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