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 TypeMethodDescriptionlong
getToken()
void
setEventStreamBootstrapServers
(String eventStreamBootstrapServers) void
setEventStreamConsumerPollTimeout
(long eventStreamConsumerPollTimeout) void
setEventStreamGroupId
(String eventStreamGroupId) void
setEventStreamPassword
(String eventStreamPassword) void
setEventStreamTopic
(String eventStreamTopic) void
setEventStreamUsername
(String eventStreamUsername) void
setServiceUrl
(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)
-