public abstract class ProducerMessage extends Message implements RoutableMessage
| Modifier and Type | Field and Description |
|---|---|
protected Object |
consumerId |
protected Object |
producerId |
| Constructor and Description |
|---|
ProducerMessage(Object producerId,
Object consumerId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getConsumerId() |
Object |
getDestination()
Returns the destination for this message.
|
Object |
getProducerId() |
int |
hashCode() |
String |
toString() |
protected final Object producerId
protected final Object consumerId
public Object getConsumerId()
public Object getProducerId()
public Object getDestination()
RoutableMessagegetDestination in interface RoutableMessageCopyright © 2013. All rights reserved