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