Class IBMVaultConfigurationProperties
java.lang.Object
org.apache.camel.spring.boot.vault.IBMVaultConfigurationProperties
@ConfigurationProperties(prefix="camel.vault.ibm")
public class IBMVaultConfigurationProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetToken()voidsetEventStreamBootstrapServers(String eventStreamBootstrapServers) voidsetEventStreamConsumerPollTimeout(long eventStreamConsumerPollTimeout) voidsetEventStreamGroupId(String eventStreamGroupId) voidsetEventStreamPassword(String eventStreamPassword) voidsetEventStreamTopic(String eventStreamTopic) voidsetEventStreamUsername(String eventStreamUsername) voidsetServiceUrl(String serviceUrl) void
-
Constructor Details
-
IBMVaultConfigurationProperties
public IBMVaultConfigurationProperties()
-
-
Method Details
-
getToken
-
setToken
-
getServiceUrl
-
setServiceUrl
-
getEventStreamTopic
-
setEventStreamTopic
-
getEventStreamBootstrapServers
-
setEventStreamBootstrapServers
-
getEventStreamUsername
-
setEventStreamUsername
-
getEventStreamPassword
-
setEventStreamPassword
-
getEventStreamGroupId
-
setEventStreamGroupId
-
getEventStreamConsumerPollTimeout
public long getEventStreamConsumerPollTimeout() -
setEventStreamConsumerPollTimeout
public void setEventStreamConsumerPollTimeout(long eventStreamConsumerPollTimeout)
-