| Class and Description |
|---|
| Adaptable
An
Adaptable can be mapped to and from a Command, CommandResponse or Event. |
| AdaptableBuilder
A builder to create
Adaptable instances. |
| CommandsTopicPathBuilder
Builder to create a topic path for commands.
|
| DittoProtocolAdapter
Adapter for the Ditto protocol.
|
| EventsTopicPathBuilder
Builder to create a topic path for events.
|
| HeaderTranslator
Utility for translating Headers from external sources or to external sources.
|
JsonifiableAdaptable
Adaptable which is also Jsonifiable (e.g. |
| MessagePath
Represent the
path field of Ditto protocol messages. |
| MessagesTopicPathBuilder
Builder to create a topic path for messages.
|
| Payload
Represents the
Payload of an Adaptable. |
| PayloadBuilder
A builder to create
Payload instances. |
| ProtocolAdapter
A protocol adapter provides methods for mapping
Signal instances to an Adaptable. |
| TopicPath
Represents the path of a topic for the Ditto Protocol.
|
| TopicPath.Action
An enumeration of topic path actions.
|
| TopicPath.Channel
An enumeration of topic path channel.
|
| TopicPath.Criterion
An enumeration of topic path criteria.
|
| TopicPath.Group
An enumeration of topic path groups.
|
| TopicPathBuildable
Provides a build method to actually build a topic path.
|
| TopicPathBuilder
A builder to create
TopicPath instances. |
| UnknownCommandException
Thrown if a
Command is not supported. |
| UnknownCommandException.Builder
A mutable builder with a fluent API for a
UnknownCommandException. |
| UnknownCommandResponseException
Thrown if a
CommandResponse is not supported. |
| UnknownCommandResponseException.Builder
A mutable builder with a fluent API for a
UnknownCommandResponseException. |
| UnknownEventException
Thrown if a
Event is not supported. |
| UnknownEventException.Builder
A mutable builder with a fluent API for a
UnknownEventException. |
| UnknownPathException
Thrown if a path does not correspond to any known command, response or event.
|
| UnknownPathException.Builder
A mutable builder with a fluent API for a
UnknownPathException. |
| UnknownSignalException
Thrown if a
Signal is not supported. |
| UnknownSignalException.Builder
A mutable builder with a fluent API for a
UnknownSignalException. |
| UnknownTopicPathException
Thrown if a
TopicPath is not supported. |
| UnknownTopicPathException.Builder
A mutable builder with a fluent API for a
UnknownTopicPathException. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.