Class ServiceStubOptionsTemplate

java.lang.Object
io.temporal.spring.boot.autoconfigure.template.ServiceStubOptionsTemplate

public class ServiceStubOptionsTemplate extends Object
  • 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()