Class ZeebeClientConfigurationProperties.Broker
java.lang.Object
io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties.Broker
- Enclosing class:
ZeebeClientConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Deprecated.Deprecated.inthashCode()voidsetGatewayAddress(String gatewayAddress) Deprecated.since 8.5 for removal with 8.8, replaced bygetGrpcAddress()voidsetGrpcAddress(URI grpcAddress) Deprecated.voidsetKeepAlive(Duration keepAlive) Deprecated.voidsetRestAddress(URI restAddress) Deprecated.toString()
-
Constructor Details
-
Broker
public Broker()
-
-
Method Details
-
getGatewayAddress
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.grpc-address") public String getGatewayAddress()Deprecated.since 8.5 for removal with 8.8, replaced bygetGrpcAddress()- See Also:
-
setGatewayAddress
Deprecated.since 8.5 for removal with 8.8, replaced bygetGrpcAddress()- See Also:
-
getGrpcAddress
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.grpc-address") public URI getGrpcAddress()Deprecated. -
setGrpcAddress
Deprecated. -
getRestAddress
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.rest-address") public URI getRestAddress()Deprecated. -
setRestAddress
Deprecated. -
getKeepAlive
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.keep-alive") public Duration getKeepAlive()Deprecated. -
setKeepAlive
Deprecated. -
hashCode
public int hashCode() -
equals
-
toString
-
getGrpcAddress()