ExecutorFactory Classe
- java.
lang. Object - com.
microsoft. bot. connector. ExecutorFactory
- com.
public final class ExecutorFactory
Fornisce un executor comune per le operazioni future.
Riepilogo dei metodi
| Modificatore e tipo | Metodo e descrizione |
|---|---|
| static java.util.concurrent.ExecutorService |
getExecutor()
Fornisce un SDK wide Executor |
Metodi ereditati da java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Dettagli metodo
getExecutor
public static ExecutorService getExecutor()
Fornisce un SDK wide ExecutorService per le chiamate asincrone.
Restituisce:
An ExecutorService.