@PublicApi
public static interface ServiceManager.ServiceScheduleSkipper
Modifier and Type | Method and Description |
---|---|
boolean |
addService(Long serviceId)
Deprecated.
Adds a service with a given id to this skipper
|
void |
awaitServiceRun(Long serviceId)
Deprecated.
Await this service being run.
|
boolean addService(Long serviceId)
serviceId
- service idvoid awaitServiceRun(Long serviceId) throws InterruptedException
serviceId
- Service IDInterruptedException
- if the current thread was interrupted while waitingCopyright © 2002-2019 Atlassian. All Rights Reserved.