INT-881, Decoupled SI Services configuration from service interaction with the Control Bus (forgot to commit the dependent change, fixing broken build)

This commit is contained in:
Oleg Zhurakousky
2009-11-17 13:58:06 +00:00
parent 0135016d90
commit 0f5b6dfd20

View File

@@ -26,5 +26,5 @@ import org.springframework.integration.channel.SubscribableChannel;
* @since 2.0
*/
public interface ControlBus extends SubscribableChannel {
public String getBusName();
public boolean isBusAvailable();
}