Package io.temporal.serviceclient
Class TestServiceStubsOptions
- java.lang.Object
-
- io.temporal.serviceclient.ServiceStubsOptions
-
- io.temporal.serviceclient.TestServiceStubsOptions
-
public final class TestServiceStubsOptions extends io.temporal.serviceclient.ServiceStubsOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestServiceStubsOptions.BuilderBuilder is the builder for ClientOptions.
-
Field Summary
-
Fields inherited from class io.temporal.serviceclient.ServiceStubsOptions
channel, channelInitializer, connectionBackoffResetFrequency, DEFAULT_CONNECTION_BACKOFF_RESET_FREQUENCY, DEFAULT_GRPC_RECONNECT_FREQUENCY, DEFAULT_LOCAL_DOCKER_TARGET, DEFAULT_RPC_TIMEOUT, enableHttps, enableKeepAlive, grpcClientInterceptors, grpcMetadataProviders, grpcReconnectFrequency, headers, healthCheckAttemptTimeout, healthCheckTimeout, keepAlivePermitWithoutStream, keepAliveTime, keepAliveTimeout, metricsScope, rpcTimeout, sslContext, target
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TestServiceStubsOptionsgetDefaultInstance()static TestServiceStubsOptions.BuildernewBuilder()static TestServiceStubsOptions.BuildernewBuilder(io.temporal.serviceclient.ServiceStubsOptions options)-
Methods inherited from class io.temporal.serviceclient.ServiceStubsOptions
getChannel, getChannelInitializer, getConnectionBackoffResetFrequency, getEnableHttps, getEnableKeepAlive, getGrpcClientInterceptors, getGrpcMetadataProviders, getGrpcReconnectFrequency, getHeaders, getHealthCheckAttemptTimeout, getHealthCheckTimeout, getKeepAlivePermitWithoutStream, getKeepAliveTime, getKeepAliveTimeout, getMetricsScope, getRpcTimeout, getSslContext, getTarget
-
-
-
-
Method Detail
-
newBuilder
public static TestServiceStubsOptions.Builder newBuilder()
-
newBuilder
public static TestServiceStubsOptions.Builder newBuilder(io.temporal.serviceclient.ServiceStubsOptions options)
-
getDefaultInstance
public static TestServiceStubsOptions getDefaultInstance()
-
-