Class ZeebeSelfManagedProperties
java.lang.Object
io.camunda.zeebe.spring.client.properties.ZeebeSelfManagedProperties
@ConfigurationProperties(prefix="zeebe")
@Deprecated
public class ZeebeSelfManagedProperties
extends Object
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.
-
Constructor Details
-
ZeebeSelfManagedProperties
public ZeebeSelfManagedProperties()Deprecated.
-
-
Method Details
-
getAuthServer
@DeprecatedConfigurationProperty(replacement="camunda.client.auth.issuer") @Deprecated public String getAuthServer()Deprecated. -
getClientId
@DeprecatedConfigurationProperty(replacement="camunda.client.auth.client-id") @Deprecated public String getClientId()Deprecated. -
getClientSecret
@DeprecatedConfigurationProperty(replacement="camunda.client.auth.client-secret") @Deprecated public String getClientSecret()Deprecated. -
getAudience
@DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.audience") @Deprecated public String getAudience()Deprecated. -
getGatewayAddress
@DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.base-url") @Deprecated public String getGatewayAddress()Deprecated.
-