Class IBMVaultConfigurationProperties

java.lang.Object
org.apache.camel.spring.boot.vault.IBMVaultConfigurationProperties

@ConfigurationProperties(prefix="camel.vault.ibm") public class IBMVaultConfigurationProperties extends Object
  • Constructor Details

    • IBMVaultConfigurationProperties

      public IBMVaultConfigurationProperties()
  • Method Details

    • getToken

      public String getToken()
    • setToken

      public void setToken(String token)
    • getServiceUrl

      public String getServiceUrl()
    • setServiceUrl

      public void setServiceUrl(String serviceUrl)
    • getEventStreamTopic

      public String getEventStreamTopic()
    • setEventStreamTopic

      public void setEventStreamTopic(String eventStreamTopic)
    • getEventStreamBootstrapServers

      public String getEventStreamBootstrapServers()
    • setEventStreamBootstrapServers

      public void setEventStreamBootstrapServers(String eventStreamBootstrapServers)
    • getEventStreamUsername

      public String getEventStreamUsername()
    • setEventStreamUsername

      public void setEventStreamUsername(String eventStreamUsername)
    • getEventStreamPassword

      public String getEventStreamPassword()
    • setEventStreamPassword

      public void setEventStreamPassword(String eventStreamPassword)
    • getEventStreamGroupId

      public String getEventStreamGroupId()
    • setEventStreamGroupId

      public void setEventStreamGroupId(String eventStreamGroupId)
    • getEventStreamConsumerPollTimeout

      public long getEventStreamConsumerPollTimeout()
    • setEventStreamConsumerPollTimeout

      public void setEventStreamConsumerPollTimeout(long eventStreamConsumerPollTimeout)