| Interface | Description |
|---|---|
| BasicMessage |
| Class | Description |
|---|---|
| AbstractMessage |
Basic information that is sent over the message bus.
|
| BasicMessageWithExtraData<T extends BasicMessage> |
Just a simple container that contains a AbstractMessage and some (optional) binary data associated with the message.
|
| BinaryData |
This is a stream that is backed either by the provided InputStream or by a SequenceInputStream, should the
inMemoryData be provided.
|
| Bus | |
| ConnectionContext |
This is a simple POJO that just contains objects related to particular connection.
|
| ConnectionContextFactory | |
| Endpoint |
POJO that indicates the type of endpoint (queue or topic) and that queue or topic's name.
|
| MessageId |
Identifies a message that has been sent over the message bus.
|
| MessageProcessor |
Provides some functionality to process messages, both as a producer or consumer.
|
| ObjectMessage |
A message that contains a complex object, which gets serialized into JSON.
|
| SimpleBasicMessage |
A simple message that is sent over the message bus.
|
| Enum | Description |
|---|---|
| Endpoint.Type |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.