@Published(tag="architect")
public interface ExecutorServiceFactory
ExecutorService
を生成するためのファクトリインタフェース。修飾子とタイプ | メソッドと説明 |
---|---|
ExecutorService |
getExecutorService()
ExecutorService を取得する。 |
void |
shutdownService()
シャットダウンを行う。
|
void |
startShutdownService()
シャットダウンを開始する。
|
ExecutorService getExecutorService()
ExecutorService
を取得する。ExecutorService
void startShutdownService()
void shutdownService()