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.inthashCode()voidsetContactPoint(String contactPoint) Deprecated.voidsetGatewayAddress(String gatewayAddress) voidsetKeepAlive(Duration keepAlive) toString()
-
Constructor Details
-
Broker
public Broker()
-
-
Method Details
-
toString
-
getContactPoint
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.base-url", reason="The zeebe client url is now configured as http/https url") public String getContactPoint()Deprecated.Use gatewayAddress. It's deprecated since 0.25.0, and will be removed in 0.26.0- Returns:
- gatewayAddress
-
setContactPoint
Deprecated.Use gatewayAddress. It's deprecated since 0.25.0, and will be removed in 0.26.0- Parameters:
contactPoint-
-
getGatewayAddress
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.base-url", reason="The zeebe client url is now configured as http/https url") public String getGatewayAddress()Deprecated. -
setGatewayAddress
-
getKeepAlive
@Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.keep-alive") public Duration getKeepAlive()Deprecated. -
setKeepAlive
-
equals
-
hashCode
public int hashCode()
-