Class ServiceStubsTemplate
java.lang.Object
io.temporal.spring.boot.autoconfigure.template.ServiceStubsTemplate
-
Constructor Summary
ConstructorsConstructorDescriptionServiceStubsTemplate(ConnectionProperties connectionProperties, com.uber.m3.tally.Scope metricsScope, TestWorkflowEnvironmentAdapter testWorkflowEnvironment, List<TemporalOptionsCustomizer<io.temporal.serviceclient.WorkflowServiceStubsOptions.Builder>> workflowServiceStubsCustomizers) Deprecated.Use constructor with plugins parameterServiceStubsTemplate(ConnectionProperties connectionProperties, com.uber.m3.tally.Scope metricsScope, TestWorkflowEnvironmentAdapter testWorkflowEnvironment, List<TemporalOptionsCustomizer<io.temporal.serviceclient.WorkflowServiceStubsOptions.Builder>> workflowServiceStubsCustomizers, List<io.temporal.serviceclient.WorkflowServiceStubsPlugin> plugins) -
Method Summary
Modifier and TypeMethodDescriptionio.temporal.serviceclient.WorkflowServiceStubs
-
Constructor Details
-
ServiceStubsTemplate
public ServiceStubsTemplate(@Nonnull ConnectionProperties connectionProperties, @Nullable com.uber.m3.tally.Scope metricsScope, @Nullable TestWorkflowEnvironmentAdapter testWorkflowEnvironment, @Nullable List<TemporalOptionsCustomizer<io.temporal.serviceclient.WorkflowServiceStubsOptions.Builder>> workflowServiceStubsCustomizers, @Nullable List<io.temporal.serviceclient.WorkflowServiceStubsPlugin> plugins) -
ServiceStubsTemplate
@Deprecated public ServiceStubsTemplate(@Nonnull ConnectionProperties connectionProperties, @Nullable com.uber.m3.tally.Scope metricsScope, @Nullable TestWorkflowEnvironmentAdapter testWorkflowEnvironment, @Nullable List<TemporalOptionsCustomizer<io.temporal.serviceclient.WorkflowServiceStubsOptions.Builder>> workflowServiceStubsCustomizers) Deprecated.Use constructor with plugins parameter
-
-
Method Details
-
getWorkflowServiceStubs
public io.temporal.serviceclient.WorkflowServiceStubs getWorkflowServiceStubs()
-