org.springframework.integration.controlbus
Interface ControlBus

All Superinterfaces:
MessageChannel, SubscribableChannel

public interface ControlBus
extends SubscribableChannel

Defines base interface for implementation of the Control Bus EIP pattern (http://www.eaipatterns.com/ControlBus.html) Control Bus infrastructure is assembled with various components provided by the framework with the main entry point being SubscribableChannel making this interface more of a convenience wrapper over target SubscribableChannel

Since:
2.0
Author:
Oleg Zhurakousky

Method Summary
 boolean isBusAvailable()
           
 
Methods inherited from interface org.springframework.integration.channel.SubscribableChannel
subscribe, unsubscribe
 
Methods inherited from interface org.springframework.integration.core.MessageChannel
getName, send, send
 

Method Detail

isBusAvailable

boolean isBusAvailable()