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.
It is assumed that a service having a custom logic for suspension implements also a custom logic for resuming.SuspendableServiceApache Camel