public class AMQProducerBrokerExchange extends Object
| Constructor and Description |
|---|
AMQProducerBrokerExchange() |
| Modifier and Type | Method and Description |
|---|---|
AMQConnectionContext |
getConnectionContext() |
org.apache.activemq.state.ProducerState |
getProducerState() |
void |
setConnectionContext(AMQConnectionContext connectionContext) |
void |
setLastStoredSequenceId(long l) |
void |
setProducerState(org.apache.activemq.state.ProducerState producerState) |
public AMQConnectionContext getConnectionContext()
public void setConnectionContext(AMQConnectionContext connectionContext)
connectionContext - the connectionContext to setpublic org.apache.activemq.state.ProducerState getProducerState()
public void setProducerState(org.apache.activemq.state.ProducerState producerState)
producerState - the producerState to setpublic void setLastStoredSequenceId(long l)
Copyright © 2020 The Apache Software Foundation. All rights reserved.