Package io.temporal.serviceclient
Class CloudServiceStubsOptions
- java.lang.Object
-
- io.temporal.serviceclient.ServiceStubsOptions
-
- io.temporal.serviceclient.CloudServiceStubsOptions
-
public final class CloudServiceStubsOptions extends ServiceStubsOptions
Options for cloud service.WARNING: The cloud service is currently experimental.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloudServiceStubsOptions.BuilderBuilder is the builder for ClientOptions.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_CLOUD_TARGET-
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, systemInfoTimeout, target
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static CloudServiceStubsOptionsgetDefaultInstance()java.lang.StringgetVersion()inthashCode()static CloudServiceStubsOptions.BuildernewBuilder()static CloudServiceStubsOptions.BuildernewBuilder(CloudServiceStubsOptions 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, getSystemInfoTimeout, getTarget, toString
-
-
-
-
Field Detail
-
DEFAULT_CLOUD_TARGET
public static final java.lang.String DEFAULT_CLOUD_TARGET
- See Also:
- Constant Field Values
-
-
Method Detail
-
newBuilder
public static CloudServiceStubsOptions.Builder newBuilder()
-
newBuilder
public static CloudServiceStubsOptions.Builder newBuilder(CloudServiceStubsOptions options)
-
getDefaultInstance
public static CloudServiceStubsOptions getDefaultInstance()
-
getVersion
public java.lang.String getVersion()
- Returns:
- Returns the version used for the version header if any.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classServiceStubsOptions
-
hashCode
public int hashCode()
- Overrides:
hashCodein classServiceStubsOptions
-
-