Class ProducerProperties.PollerProperties
- java.lang.Object
-
- org.springframework.cloud.stream.binder.ProducerProperties.PollerProperties
-
- Enclosing class:
- ProducerProperties
public static class ProducerProperties.PollerProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description PollerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCron()DurationgetFixedDelay()DurationgetInitialDelay()longgetMaxMessagesPerPoll()voidsetCron(String cron)voidsetFixedDelay(Duration fixedDelay)voidsetInitialDelay(Duration initialDelay)voidsetMaxMessagesPerPoll(long maxMessagesPerPoll)
-
-
-
Method Detail
-
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)
-
-