Package | Description |
---|---|
io.fabric8.gateway.handlers.detecting.protocol.openwire.command |
Command objects used via the Command Pattern to communicate among nodes
|
Modifier and Type | Field and Description |
---|---|
protected ConsumerId |
ConsumerInfo.consumerId |
protected ConsumerId |
ConsumerControl.consumerId |
protected ConsumerId |
MessagePull.consumerId |
protected ConsumerId |
MessageDispatchNotification.consumerId |
protected ConsumerId |
MessageAck.consumerId |
protected ConsumerId |
MessageDispatch.consumerId |
protected ConsumerId |
Message.targetConsumerId |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ConsumerId> |
ConsumerInfo.networkConsumerIds |
Modifier and Type | Method and Description |
---|---|
ConsumerId |
ConsumerInfo.getConsumerId()
Is used to uniquely identify the consumer to the broker.
|
ConsumerId |
ConsumerControl.getConsumerId() |
ConsumerId |
MessagePull.getConsumerId() |
ConsumerId |
MessageDispatchNotification.getConsumerId() |
ConsumerId |
MessageAck.getConsumerId() |
ConsumerId |
MessageDispatch.getConsumerId() |
ConsumerId[] |
ConsumerInfo.getNetworkConsumerPath()
Tracks the original subscription id that causes a subscription to
percolate through a network when networkTTL > 1.
|
ConsumerId |
Message.getTargetConsumerId()
Can be used to route the message to a specific consumer.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ConsumerId> |
ConsumerInfo.getNetworkConsumerIds() |
Modifier and Type | Method and Description |
---|---|
void |
ConsumerInfo.addNetworkConsumerId(ConsumerId networkConsumerId) |
void |
ConsumerInfo.removeNetworkConsumerId(ConsumerId networkConsumerId) |
void |
ConsumerInfo.setConsumerId(ConsumerId consumerId) |
void |
ConsumerControl.setConsumerId(ConsumerId consumerId) |
void |
MessagePull.setConsumerId(ConsumerId consumerId) |
void |
MessageDispatchNotification.setConsumerId(ConsumerId consumerId) |
void |
MessageAck.setConsumerId(ConsumerId consumerId) |
void |
MessageDispatch.setConsumerId(ConsumerId consumerId) |
void |
ConsumerInfo.setNetworkConsumerPath(ConsumerId[] consumerPath) |
void |
Message.setTargetConsumerId(ConsumerId targetConsumerId) |
Constructor and Description |
---|
ConnectionId(ConsumerId id) |
ConsumerId(ConsumerId id) |
ConsumerInfo(ConsumerId consumerId) |
SessionId(ConsumerId id) |
Copyright © 2011-2014 Red Hat. All Rights Reserved.