Package io.zeebe.servicecontainer
Interface ServiceStopContext
-
- All Superinterfaces:
AsyncContext,ServiceContext
public interface ServiceStopContext extends ServiceContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanwasInterrupted()-
Methods inherited from interface io.zeebe.util.sched.AsyncContext
async
-
Methods inherited from interface io.zeebe.servicecontainer.ServiceContext
run
-
-