@Published(tag="architect") public interface ExecutorServiceFactory
ExecutorService
を生成するためのファクトリインタフェース。Modifier and Type | Method and Description |
---|---|
java.util.concurrent.ExecutorService |
getExecutorService()
ExecutorService を取得する。 |
void |
shutdownService()
シャットダウンを行う。
|
void |
startShutdownService()
シャットダウンを開始する。
このメソッド起動後は、以降の要求は受け付けられない。
|