Class ZeebeClientConfigurationProperties.Broker

    • Constructor Detail

      • Broker

        public Broker()
    • Method Detail

      • getContactPoint

        @Deprecated
        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
        public void setContactPoint​(String contactPoint)
        Deprecated.
        Use gatewayAddress. It's deprecated since 0.25.0, and will be removed in 0.26.0
        Parameters:
        contactPoint -
      • getGatewayAddress

        public String getGatewayAddress()
      • setGatewayAddress

        public void setGatewayAddress​(String gatewayAddress)
      • getKeepAlive

        public Duration getKeepAlive()
      • setKeepAlive

        public void setKeepAlive​(Duration keepAlive)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object