public interface SchedulingMgmtService
Modifier and Type | Method and Description |
---|---|
ScheduleBucket |
allocateBucket()
Returns a bucket from which slots can be allocated for ordering concurrent callbacks.
|
void |
destroy()
Destroy the service.
|
ScheduleBucket allocateBucket()
void destroy()