Package io.zeebe.servicecontainer
Interface ServiceContext
-
- All Superinterfaces:
AsyncContext
- All Known Subinterfaces:
ServiceStartContext,ServiceStopContext
public interface ServiceContext extends AsyncContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(Runnable action)-
Methods inherited from interface io.zeebe.util.sched.AsyncContext
async
-
-
-
-
Method Detail
-
run
void run(Runnable action)
-
-