Interface MessageListenerContainerController
-
- All Known Implementing Classes:
MessageListenerContainerControllerImpl
public interface MessageListenerContainerController
A facade that starts and stops all message listener containers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
startAll()
Starts all message listener containers.Future<Boolean>
stopAll()
Stops all message listener containers.
-