public abstract class AbstractAmqpChannel extends AbstractMessageChannel
AbstractMessageChannel.ChannelInterceptorList
logger
Modifier and Type | Method and Description |
---|---|
protected boolean |
doSend(Message<?> message,
long timeout)
Subclasses must implement this method.
|
protected java.lang.String |
getExchangeName()
Subclasses may override this method to return an Exchange name.
|
protected java.lang.String |
getRoutingKey()
Subclasses may override this method to return a routing key.
|
addInterceptor, getComponentType, getFullChannelName, getInterceptors, send, send, setConversionService, setDatatypes, setInterceptors, setShouldTrack
afterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getTaskScheduler, onInit, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setTaskScheduler, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getComponentName
protected java.lang.String getExchangeName()
protected java.lang.String getRoutingKey()
protected boolean doSend(Message<?> message, long timeout)
AbstractMessageChannel
doSend
in class AbstractMessageChannel