Class ZeebeClientConfigurationProperties.Cloud
java.lang.Object
io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties.Cloud
- Enclosing class:
ZeebeClientConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.intgetPort()getScope()inthashCode()booleanvoidsetAuthUrl(String authUrl) voidsetBaseUrl(String baseUrl) voidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidsetClusterId(String clusterId) voidsetCredentialsCachePath(String credentialsCachePath) voidsetPort(int port) voidvoidtoString()
-
Constructor Details
-
Cloud
public Cloud()
-
-
Method Details
-
getClusterId
-
setClusterId
-
getClientId
-
setClientId
-
getClientSecret
-
setClientSecret
-
getRegion
-
setRegion
-
getScope
-
setScope
-
getBaseUrl
-
setBaseUrl
-
getAuthUrl
-
setAuthUrl
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
getCredentialsCachePath
-
setCredentialsCachePath
-
getAudience
-
isConfigured
public boolean isConfigured() -
getGatewayAddress
Deprecated.since 8.5 for removal with 8.8, replaced bygetGrpcAddress()- See Also:
-
getGrpcAddress
-
getRestAddress
-
hashCode
public int hashCode() -
equals
-
toString
-
getGrpcAddress()