Class ServiceStubOptionsTemplate
java.lang.Object
io.temporal.spring.boot.autoconfigure.template.ServiceStubOptionsTemplate
-
Constructor Summary
ConstructorsConstructorDescriptionServiceStubOptionsTemplate(ConnectionProperties connectionProperties, com.uber.m3.tally.Scope metricsScope, List<TemporalOptionsCustomizer<io.temporal.serviceclient.WorkflowServiceStubsOptions.Builder>> workflowServiceStubsCustomizer) Deprecated.Use constructor with plugins parameterServiceStubOptionsTemplate(ConnectionProperties connectionProperties, com.uber.m3.tally.Scope metricsScope, List<TemporalOptionsCustomizer<io.temporal.serviceclient.WorkflowServiceStubsOptions.Builder>> workflowServiceStubsCustomizer, List<io.temporal.serviceclient.WorkflowServiceStubsPlugin> plugins) -
Method Summary
Modifier and TypeMethodDescriptionio.temporal.serviceclient.WorkflowServiceStubsOptions
-
Constructor Details
-
ServiceStubOptionsTemplate
public ServiceStubOptionsTemplate(@Nonnull ConnectionProperties connectionProperties, @Nullable com.uber.m3.tally.Scope metricsScope, @Nullable List<TemporalOptionsCustomizer<io.temporal.serviceclient.WorkflowServiceStubsOptions.Builder>> workflowServiceStubsCustomizer, @Nullable List<io.temporal.serviceclient.WorkflowServiceStubsPlugin> plugins) -
ServiceStubOptionsTemplate
@Deprecated public ServiceStubOptionsTemplate(@Nonnull ConnectionProperties connectionProperties, @Nullable com.uber.m3.tally.Scope metricsScope, @Nullable List<TemporalOptionsCustomizer<io.temporal.serviceclient.WorkflowServiceStubsOptions.Builder>> workflowServiceStubsCustomizer) Deprecated.Use constructor with plugins parameter
-
-
Method Details
-
createServiceStubOptions
public io.temporal.serviceclient.WorkflowServiceStubsOptions createServiceStubOptions()
-