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 ProducerId |
MessageId.producerId |
protected ProducerId |
Message.producerId |
protected ProducerId |
ProducerInfo.producerId |
protected ProducerId |
ProducerAck.producerId |
Modifier and Type | Method and Description |
---|---|
ProducerId |
MessageId.getProducerId() |
ProducerId |
Message.getProducerId() |
ProducerId |
ProducerInfo.getProducerId() |
ProducerId |
ProducerAck.getProducerId()
The producer id that this ack message is destined for.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageId.setProducerId(ProducerId producerId) |
void |
Message.setProducerId(ProducerId producerId) |
void |
ProducerInfo.setProducerId(ProducerId producerId) |
void |
ProducerAck.setProducerId(ProducerId producerId) |
Constructor and Description |
---|
ConnectionId(ProducerId id) |
MessageId(ProducerId producerId,
long producerSequenceId) |
ProducerAck(ProducerId producerId,
int size) |
ProducerId(ProducerId id) |
ProducerInfo(ProducerId producerId) |
SessionId(ProducerId id) |
Copyright © 2011-2014 Red Hat. All Rights Reserved.