Interface IChannelReceiver
- All Superinterfaces:
org.springframework.beans.factory.DisposableBean
,org.springframework.messaging.support.InterceptableChannel
,org.springframework.messaging.MessageChannel
,org.springframework.messaging.SubscribableChannel
- All Known Implementing Classes:
BroadcastingSubscribableChannelWrapper
,LinkedBlockingChannel
public interface IChannelReceiver
extends org.springframework.messaging.SubscribableChannel, org.springframework.messaging.support.InterceptableChannel, org.springframework.beans.factory.DisposableBean
-
Field Summary
Fields inherited from interface org.springframework.messaging.MessageChannel
INDEFINITE_TIMEOUT
-
Method Summary
Methods inherited from interface org.springframework.beans.factory.DisposableBean
destroy
Methods inherited from interface org.springframework.messaging.support.InterceptableChannel
addInterceptor, addInterceptor, getInterceptors, removeInterceptor, removeInterceptor, setInterceptors
Methods inherited from interface org.springframework.messaging.MessageChannel
send, send
Methods inherited from interface org.springframework.messaging.SubscribableChannel
subscribe, unsubscribe
-
Method Details
-
getName
-