Class ZeebeClientConfigurationProperties.Cloud

java.lang.Object
io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties.Cloud
Enclosing class:
ZeebeClientConfigurationProperties

public static class ZeebeClientConfigurationProperties.Cloud extends Object
  • Constructor Details

    • Cloud

      public Cloud()
  • Method Details

    • getClusterId

      public String getClusterId()
    • setClusterId

      public void setClusterId(String clusterId)
    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)
    • getClientSecret

      public String getClientSecret()
    • setClientSecret

      public void setClientSecret(String clientSecret)
    • getRegion

      public String getRegion()
    • setRegion

      public void setRegion(String region)
    • getScope

      public String getScope()
    • setScope

      public void setScope(String scope)
    • getBaseUrl

      public String getBaseUrl()
    • setBaseUrl

      public void setBaseUrl(String baseUrl)
    • getAuthUrl

      public String getAuthUrl()
    • setAuthUrl

      public void setAuthUrl(String authUrl)
    • getPort

      public int getPort()
    • setPort

      public void setPort(int port)
    • getCredentialsCachePath

      public String getCredentialsCachePath()
    • setCredentialsCachePath

      public void setCredentialsCachePath(String credentialsCachePath)
    • getAudience

      public String getAudience()
    • isConfigured

      public boolean isConfigured()
    • getGatewayAddress

      @Deprecated public String getGatewayAddress()
      Deprecated.
      since 8.5 for removal with 8.8, replaced by getGrpcAddress()
      See Also:
    • getGrpcAddress

      public URI getGrpcAddress()
    • getRestAddress

      public URI getRestAddress()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object