Interface | Description |
---|---|
Command |
Base interface for Command transmitted.
|
CommandDeserializer |
Interface responsible for deserialization of
interface Command . |
CommandDeserializersFactory |
Responsible for creation of
interface CommandDeserializer for specific interface Command |
CommandModule |
Interface for extensions that can be registered with Connectivity API to provide a set of extensions to default
command handling. Such as support for new
interface Command . |
CommandSerializer |
Responsible for serialization of
interface Command . |
CommandSerializersFactory |
Responsible for creation of
interface CommandSerializer for specific interface Command |
CommandTypeMappingFactory |
Responsible for creating correlation between
class CommandType and interface Command . |
Class | Description |
---|---|
CommandDeserializerRegistry |
Responsible for providing
interface CommandDeserializer |
CommandSerializerRegistry |
Responsible for providing
interface CommandSerializer |
CommandType |
Represents type of the
interface Command |
CommandTypeMappingRegistry |
Responsible for providing mapping between
class CommandType and interface Command |