Class OnecKafkaProperties.Inbound

java.lang.Object
com.onec.kafka.OnecKafkaProperties.Inbound
Enclosing class:
OnecKafkaProperties

public static class OnecKafkaProperties.Inbound extends Object
Inbound (consumer) settings. Disabled by default; opt in with onec.kafka.inbound.enabled=true.
  • Constructor Details

    • Inbound

      public Inbound()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getTopics

      public List<String> getTopics()
    • setTopics

      public void setTopics(List<String> topics)
    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • getConcurrency

      public int getConcurrency()
    • setConcurrency

      public void setConcurrency(int concurrency)
    • getAutoOffsetReset

      public String getAutoOffsetReset()
    • setAutoOffsetReset

      public void setAutoOffsetReset(String autoOffsetReset)
    • getDeadLetterTopic

      public String getDeadLetterTopic()
    • setDeadLetterTopic

      public void setDeadLetterTopic(String deadLetterTopic)