Package io.temporal.internal.worker
Interface ShutdownableTaskExecutor<T>
-
- All Superinterfaces:
Shutdownable
public interface ShutdownableTaskExecutor<T> extends Shutdownable
Specialization ofTaskExecutorthat can be shutdown. This is used by the
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(T task)-
Methods inherited from interface io.temporal.internal.worker.Shutdownable
awaitTermination, isShutdown, isTerminated, shutdown
-
-