connect-sdk / de.proglove.sdk / PgManager / <init>
<init>
PgManager(logger:Logger? = null, threadPoolExecutor:ExecutorService= Executors.newCachedThreadPool())
Parameters
logger - Optional. An instance of Logger that will be used for logging. As default nothing will be logged.
threadPoolExecutor - Optional. Will be used to execute asynchronous Api calls.
If non is provided Executors.newCachedThreadPool is used.