public abstract class AbstractAmqpChannel
extends org.springframework.integration.channel.AbstractMessageChannel
Modifier and Type | Method and Description |
---|---|
protected boolean |
doSend(org.springframework.messaging.Message<?> message,
long timeout) |
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, addInterceptor, getChannelInterceptors, getComponentType, getFullChannelName, getInterceptors, onInit, removeInterceptor, removeInterceptor, send, send, setConversionService, setDatatypes, setInterceptors, setMessageConverter, setShouldTrack
afterPropertiesSet, getApplicationContext, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setMessageBuilderFactory, setTaskScheduler, toString
protected java.lang.String getExchangeName()
protected java.lang.String getRoutingKey()
protected boolean doSend(org.springframework.messaging.Message<?> message, long timeout)
doSend
in class org.springframework.integration.channel.AbstractMessageChannel