Interface Pausable
- All Superinterfaces:
- Lifecycle,- ManageableLifecycle
- All Known Implementing Classes:
- KafkaInboundGateway,- KafkaMessageDrivenChannelAdapter,- KafkaMessageSource
Endpoints implementing this interface can be paused/resumed. A paused endpoint might
 still maintain a connection to an external system, but will not send or receive
 messages.
- Since:
- 5.0.3
- Author:
- Gary Russell, Artem Bilan
- 
Method SummaryMethods inherited from interface org.springframework.integration.support.management.ManageableLifecycleisRunning, start, stop
- 
Method Details- 
pausePause the endpoint.
- 
resumeResume the endpoint if paused.
- 
isPausedCheck if the endpoint is paused.- Returns:
- true if paused.
- Since:
- 5.4
 
 
-