Class SystemExecutors
- java.lang.Object
-
- com.google.cloud.pubsublite.internal.wire.SystemExecutors
-
public class SystemExecutors extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScheduledExecutorService
getAlarmExecutor()
static Executor
getFuturesExecutor()
static ScheduledExecutorService
newDaemonExecutor(String prefix)
-
-
-
Method Detail
-
newDaemonExecutor
public static ScheduledExecutorService newDaemonExecutor(String prefix)
-
getAlarmExecutor
public static ScheduledExecutorService getAlarmExecutor()
-
getFuturesExecutor
public static Executor getFuturesExecutor()
-
-