Package com.wavefront.common
Interface Managed
-
- All Known Subinterfaces:
SenderTask<T>
- All Known Implementing Classes:
QueueController
,QueueProcessor
,TrafficShapingRateLimitAdjuster
public interface Managed
Background process that can be started and stopped.- Author:
- [email protected]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
start()
Starts the process.void
stop()
Stops the process.
-