Class ProducerProperties.PollerProperties

java.lang.Object
org.springframework.cloud.stream.binder.ProducerProperties.PollerProperties
Enclosing class:
ProducerProperties

public static class ProducerProperties.PollerProperties extends Object
  • Constructor Details

    • PollerProperties

      public PollerProperties()
  • Method Details

    • getMaxMessagesPerPoll

      public long getMaxMessagesPerPoll()
    • setMaxMessagesPerPoll

      public void setMaxMessagesPerPoll(long maxMessagesPerPoll)
    • getCron

      public String getCron()
    • setCron

      public void setCron(String cron)
    • getInitialDelay

      public Duration getInitialDelay()
    • setInitialDelay

      public void setInitialDelay(Duration initialDelay)
    • getFixedDelay

      public Duration getFixedDelay()
    • setFixedDelay

      public void setFixedDelay(Duration fixedDelay)