Package com.daml.grpc.adapter
Interface ExecutionSequencerFactory
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Implementing Classes:
SingleThreadExecutionSequencerPool
public interface ExecutionSequencerFactory extends java.lang.AutoCloseable
Provides means to get ExecutionSequencer instances. The objects returned are not necessarily dedicated, there might be other Runnables scheduled on them, but it's guaranteed that these won't interfere and cause thread safety issues.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionSequencer
getExecutionSequencer()
-
-
-
Method Detail
-
getExecutionSequencer
ExecutionSequencer getExecutionSequencer()
-
-