クラス IntegrationProperties.Poller

java.lang.ObjectSE
org.springframework.boot.integration.autoconfigure.IntegrationProperties.Poller
含まれているクラス:
IntegrationProperties

public static class IntegrationProperties.Poller extends ObjectSE
導入:
4.0.0
作成者:
Vedran Pavic, Stephane Nicoll, Artem Bilan
  • コンストラクターの詳細

    • Poller

      public Poller()
  • メソッドの詳細

    • getMaxMessagesPerPoll

      public int getMaxMessagesPerPoll()
    • setMaxMessagesPerPoll

      public void setMaxMessagesPerPoll(int maxMessagesPerPoll)
    • getReceiveTimeout

      public DurationSE getReceiveTimeout()
    • setReceiveTimeout

      public void setReceiveTimeout(DurationSE receiveTimeout)
    • getFixedDelay

      public @Nullable DurationSE getFixedDelay()
    • setFixedDelay

      public void setFixedDelay(@Nullable DurationSE fixedDelay)
    • getFixedRate

      public @Nullable DurationSE getFixedRate()
    • setFixedRate

      public void setFixedRate(@Nullable DurationSE fixedRate)
    • getInitialDelay

      public @Nullable DurationSE getInitialDelay()
    • setInitialDelay

      public void setInitialDelay(@Nullable DurationSE initialDelay)
    • getCron

      public @Nullable StringSE getCron()
    • setCron

      public void setCron(@Nullable StringSE cron)