Package org.apache.activemq.util
Interface Suspendable
-
- All Known Implementing Classes:
HTTPDiscoveryAgent
public interface Suspendable
Interface implemented by services that can be suspended and resumed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resume()
void
suspend()
-