Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.integration.channel Classes and Interfaces - 24 results found.
NameDescriptionTypePackageFramework
RendezvousChannelA zero-capacity version of QueueChannel that delegates to aSynchronousQueue internally.Classorg.springframework.integration.channelSpring Integration
QueueChannelOperationsOperations available on a channel that has queuing semantics.Interfaceorg.springframework.integration.channelSpring Integration
QueueChannelSimple implementation of a message channel.Classorg.springframework.integration.channelSpring Integration
PublishSubscribeChannelA channel that sends Messages to each of its subscribers.Classorg.springframework.integration.channelSpring Integration
PriorityChannelA message channel that prioritizes messages based on a Comparator.Classorg.springframework.integration.channelSpring Integration
NullChannelA channel implementation that essentially behaves like /dev/null.Classorg.springframework.integration.channelSpring Integration
MessageSelectingInterceptorA ChannelInterceptor thatdelegates to a list of MessageSelectors to decideClassorg.springframework.integration.channel.interceptorSpring Integration
MessagePublishingErrorHandlerErrorHandler implementation that sends an ErrorMessage to aAuthor:Mark Fisher, Iwein Fuld, Oleg ZhurakouskyClassorg.springframework.integration.channelSpring Integration
GlobalChannelInterceptorWrapperClassorg.springframework.integration.channel.interceptorSpring Integration
FixedSubscriberChannelSpecialized SubscribableChannel for a single final subscriber set up during bean instantiation (unlikeother SubscribableChannels where the MessageHandler is subscribed when the endpointClassorg.springframework.integration.channelSpring Integration
ExecutorChannelInterceptorAwareThe ChannelInterceptorAware extension for the cases whenthe ExecutorChannelInterceptorsInterfaceorg.springframework.integration.channelSpring Integration
ExecutorChannelAn implementation of MessageChannel that delegates to an instance ofUnicastingDispatcher which in turn delegates all dispatchingClassorg.springframework.integration.channelSpring Integration
DirectChannelA channel that invokes a single subscriber for each sent Message.Classorg.springframework.integration.channelSpring Integration
DefaultHeaderChannelRegistryConverts a channel to a name, retaining a reference to the channel keyed by the name.Classorg.springframework.integration.channelSpring Integration
ChannelPurgerA utility class for purging Messages from one or moreQueueChannels.Classorg.springframework.integration.channelSpring Integration
ChannelInterceptorAwareA marker interface providing the ability to configure ChannelInterceptorson MessageChannel implementations.Interfaceorg.springframework.integration.channelSpring Integration
AbstractSubscribableChannelBase implementation of MessageChannel that invokes the subscribedhandler(s) by delegating to a MessageDispatcher.Classorg.springframework.integration.channelSpring Integration
AbstractPollableChannelBase class for all pollable channels.Classorg.springframework.integration.channelSpring Integration
AbstractMessageChannel .ChannelInterceptorListA convenience wrapper class for the list of ChannelInterceptors.Classorg.springframework.integration.channel.AbstractMessageChannelSpring Integration
AbstractMessageChannelBase class for MessageChannel implementations providing commonproperties such as the channel name.Classorg.springframework.integration.channelSpring Integration
AbstractExecutorChannelThe AbstractSubscribableChannel base implementation for those inheritorswhich logic may be based on the Executor.Classorg.springframework.integration.channelSpring Integration
ThreadStatePropagationChannelInterceptorThe ExecutorChannelInterceptor implementation responsible forthe Thread (any?) state propagation from one message flow's thread to anotherClassorg.springframework.integration.channel.interceptorSpring Integration
VetoCapableInterceptorChannelInterceptors implementing this interface can vetoglobal interception of a particular channel.Interfaceorg.springframework.integration.channel.interceptorSpring Integration
WireTapA ChannelInterceptor that publishes a copy of the intercepted messageto a secondary target while still sending the original message to the main channel.Classorg.springframework.integration.channel.interceptorSpring Integration