Package com.caplin.motif
Interface ThreadMode.ScheduledExecutorWrapper
-
- Enclosing interface:
- ThreadMode
public static interface ThreadMode.ScheduledExecutorWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.ScheduledExecutorService
getScheduledExecutorService()
void
release()
Called when the ScheduledExecutorService is no longer used by a trade.
-