Class CloudServiceStubsOptions
java.lang.Object
io.temporal.serviceclient.ServiceStubsOptions
io.temporal.serviceclient.CloudServiceStubsOptions
Options for cloud service.
WARNING: The cloud service is currently experimental.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder is the builder for ClientOptions. -
Field Summary
FieldsFields inherited from class io.temporal.serviceclient.ServiceStubsOptions
apiKeyProvided, channel, channelInitializer, connectionBackoffResetFrequency, DEFAULT_CONNECTION_BACKOFF_RESET_FREQUENCY, DEFAULT_GRPC_RECONNECT_FREQUENCY, DEFAULT_LOCAL_DOCKER_TARGET, DEFAULT_RPC_TIMEOUT, enableHttps, enableKeepAlive, grpcClientInterceptors, grpcCompression, grpcMetadataProviders, grpcReconnectFrequency, headers, healthCheckAttemptTimeout, healthCheckTimeout, keepAlivePermitWithoutStream, keepAliveTime, keepAliveTimeout, metricsScope, rpcTimeout, sslContext, systemInfoTimeout, target -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CloudServiceStubsOptionsinthashCode()newBuilder(CloudServiceStubsOptions options) Methods inherited from class io.temporal.serviceclient.ServiceStubsOptions
getChannel, getChannelInitializer, getConnectionBackoffResetFrequency, getEnableHttps, getEnableKeepAlive, getGrpcClientInterceptors, getGrpcCompression, getGrpcMetadataProviders, getGrpcReconnectFrequency, getHeaders, getHealthCheckAttemptTimeout, getHealthCheckTimeout, getKeepAlivePermitWithoutStream, getKeepAliveTime, getKeepAliveTimeout, getMetricsScope, getRpcTimeout, getSslContext, getSystemInfoTimeout, getTarget, toString
-
Field Details
-
DEFAULT_CLOUD_TARGET
- See Also:
-
-
Method Details
-
newBuilder
-
newBuilder
-
getDefaultInstance
-
getVersion
- Returns:
- Returns the version used for the version header if any.
-
equals
- Overrides:
equalsin classServiceStubsOptions
-
hashCode
public int hashCode()- Overrides:
hashCodein classServiceStubsOptions
-