Package | Description |
---|---|
io.fabric8.gateway.handlers.detecting.protocol.openwire.codec | |
io.fabric8.gateway.handlers.detecting.protocol.openwire.command |
Command objects used via the Command Pattern to communicate among nodes
|
Modifier and Type | Method and Description |
---|---|
int |
CommandIdComparator.compare(Command c1,
Command c2) |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQBlobMessage |
class |
ActiveMQBytesMessage |
class |
ActiveMQMapMessage |
class |
ActiveMQMessage |
class |
ActiveMQObjectMessage |
class |
ActiveMQStreamMessage |
class |
ActiveMQTextMessage |
class |
BaseCommand |
class |
BrokerInfo
When a client connects to a broker, the broker send the client a BrokerInfo
so that the client knows which broker node he's talking to and also any peers
that the node has in his cluster.
|
class |
ConnectionControl
Used to start and stop transports as well as terminating clients.
|
class |
ConnectionError |
class |
ConnectionInfo |
class |
ConsumerControl
Used to start and stop transports as well as terminating clients.
|
class |
ConsumerInfo |
class |
ControlCommand
Used to start and stop transports as well as terminating clients.
|
class |
DataArrayResponse |
class |
DataResponse |
class |
DestinationInfo
Used to create and destroy destinations on the broker.
|
class |
ExceptionResponse |
class |
FlushCommand
An indication to the transport layer that a flush is required.
|
class |
IntegerResponse |
class |
KeepAliveInfo |
class |
LastPartialCommand
Represents the end marker of a stream of
PartialCommand instances. |
class |
Message
Represents an ActiveMQ message
|
class |
MessageAck |
class |
MessageDispatch |
class |
MessageDispatchNotification |
class |
MessagePull
Used to pull messages on demand.
|
class |
PartialCommand
Represents a partial command; a large command that has been split up into
pieces.
|
class |
ProducerAck
A ProducerAck command is sent by a broker to a producer to let it know it has
received and processed messages that it has produced.
|
class |
ProducerInfo |
class |
RemoveInfo
Removes a consumer, producer, session or connection.
|
class |
RemoveSubscriptionInfo |
class |
ReplayCommand
A general purpose replay command for some kind of producer where ranges of
messages are asked to be replayed.
|
class |
Response |
class |
SessionInfo |
class |
ShutdownInfo |
class |
TransactionInfo |
class |
WireFormatInfo |
Modifier and Type | Field and Description |
---|---|
static Command |
FlushCommand.COMMAND |
Copyright © 2011-2014 Red Hat. All Rights Reserved.