Class ProducerProperties.PollerProperties
java.lang.Object
org.springframework.cloud.stream.binder.ProducerProperties.PollerProperties
- Enclosing class:
- ProducerProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCron()longvoidvoidsetFixedDelay(Duration fixedDelay) voidsetInitialDelay(Duration initialDelay) voidsetMaxMessagesPerPoll(long maxMessagesPerPoll)
-
Constructor Details
-
PollerProperties
public PollerProperties()
-
-
Method Details
-
getMaxMessagesPerPoll
public long getMaxMessagesPerPoll() -
setMaxMessagesPerPoll
public void setMaxMessagesPerPoll(long maxMessagesPerPoll) -
getCron
-
setCron
-
getInitialDelay
-
setInitialDelay
-
getFixedDelay
-
setFixedDelay
-