public interface Suspendable
SuspendableService
service.
ServiceSupport
implementation that most Camel components / endpoints etc use
as base class is a SuspendableService
but the actual implementation may not have special logic for suspend.
Therefore this marker interface is introduced to indicate when the implementation has special code for suspension.SuspendableService
Apache Camel