| Class | Description |
|---|---|
| BasicMessage |
Basic information that is sent over the message 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.
|
| SimpleMessageProcessor |
A version of the MessageProcessor that keeps the passed interfaces internally.
|
| Enum | Description |
|---|---|
| Endpoint.Type |
Copyright © 2015 Red Hat, Inc.. All rights reserved.