com.espertech.esperio.amqp
Class AMQPSettingsSource
java.lang.Object
com.espertech.esperio.amqp.AMQPSettingsBase
com.espertech.esperio.amqp.AMQPSettingsSource
public class AMQPSettingsSource
- extends AMQPSettingsBase
Methods inherited from class com.espertech.esperio.amqp.AMQPSettingsBase |
getDeclareAdditionalArgs, getExchange, getHost, getPassword, getPort, getQueueName, getRoutingKey, getUsername, getVhost, getWaitMSecNextMsg, isDeclareAutoDelete, isDeclareDurable, isDeclareExclusive, isLogMessages, setDeclareAdditionalArgs, setDeclareAutoDelete, setDeclareDurable, setDeclareExclusive, setExchange, setHost, setLogMessages, setPassword, setPort, setQueueName, setRoutingKey, setUsername, setVhost, setWaitMSecNextMsg |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AMQPSettingsSource
public AMQPSettingsSource()
getCollector
public AMQPToObjectCollector getCollector()
setCollector
public void setCollector(AMQPToObjectCollector collector)
getPrefetchCount
public int getPrefetchCount()
setPrefetchCount
public void setPrefetchCount(int prefetchCount)
isConsumeAutoAck
public boolean isConsumeAutoAck()
setConsumeAutoAck
public void setConsumeAutoAck(boolean consumeAutoAck)
toString
public java.lang.String toString()
- Overrides:
toString
in class AMQPSettingsBase