org.springframework.integration.bus
Interface MessageBusInterceptor

All Known Implementing Classes:
MessageBusInterceptorAdapter

public interface MessageBusInterceptor

Interface for interceptors that are able be notified of the lifecycle of the Message Bus.

Author:
Marius Bogoevici

Method Summary
 void postStart(MessageBus bus)
           
 void postStop(MessageBus bus)
           
 void preStart(MessageBus bus)
           
 void preStop(MessageBus bus)
           
 

Method Detail

preStart

void preStart(MessageBus bus)

postStart

void postStart(MessageBus bus)

preStop

void preStop(MessageBus bus)

postStop

void postStop(MessageBus bus)