Package org.springframework.integration.bus

Interface Summary
MessageBus The message bus interface.
MessageBusAware Interface to be implemented by classes which need access to the MessageBus.
MessageBusInterceptor Interface for interceptors that are able be notified of the lifecycle of the Message Bus.
 

Class Summary
DefaultChannelFactoryBean Creates a channel by delegating to the "channelFactory" bean defined within the ApplicationContext or else the default implementation (QueueChannelFactory).
DefaultErrorChannel The default error channel implementation used by the MessageBus.
DefaultMessageBus The messaging bus.
MessageBusAwareBeanPostProcessor A bean post processor which injects all MessageBusAware beans with a reference to the MessageBus.
MessageBusInterceptorAdapter No-op implementation of a MessageBusInterceptor.