Package io.temporal.internal.worker
Class SingleWorkerOptions
- java.lang.Object
-
- io.temporal.internal.worker.SingleWorkerOptions
-
public final class SingleWorkerOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSingleWorkerOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBinaryChecksum()java.util.List<ContextPropagator>getContextPropagators()DataConvertergetDataConverter()longgetDefaultDeadlockDetectionTimeout()java.time.DurationgetDefaultHeartbeatThrottleInterval()booleangetEnableLoggingInReplay()java.lang.StringgetIdentity()java.time.DurationgetMaxHeartbeatThrottleInterval()com.uber.m3.tally.ScopegetMetricsScope()PollerOptionsgetPollerOptions()java.time.DurationgetStickyQueueScheduleToStartTimeout()intgetTaskExecutorThreadPoolSize()WorkerInterceptor[]getWorkerInterceptors()static SingleWorkerOptions.BuildernewBuilder()static SingleWorkerOptions.BuildernewBuilder(SingleWorkerOptions options)
-
-
-
Method Detail
-
newBuilder
public static SingleWorkerOptions.Builder newBuilder()
-
newBuilder
public static SingleWorkerOptions.Builder newBuilder(SingleWorkerOptions options)
-
getIdentity
public java.lang.String getIdentity()
-
getBinaryChecksum
public java.lang.String getBinaryChecksum()
-
getDataConverter
public DataConverter getDataConverter()
-
getTaskExecutorThreadPoolSize
public int getTaskExecutorThreadPoolSize()
-
getPollerOptions
public PollerOptions getPollerOptions()
-
getMetricsScope
public com.uber.m3.tally.Scope getMetricsScope()
-
getEnableLoggingInReplay
public boolean getEnableLoggingInReplay()
-
getContextPropagators
public java.util.List<ContextPropagator> getContextPropagators()
-
getWorkerInterceptors
public WorkerInterceptor[] getWorkerInterceptors()
-
getStickyQueueScheduleToStartTimeout
public java.time.Duration getStickyQueueScheduleToStartTimeout()
-
getDefaultDeadlockDetectionTimeout
public long getDefaultDeadlockDetectionTimeout()
-
getMaxHeartbeatThrottleInterval
public java.time.Duration getMaxHeartbeatThrottleInterval()
-
getDefaultHeartbeatThrottleInterval
public java.time.Duration getDefaultHeartbeatThrottleInterval()
-
-