Class IntegrationProperties.Poller
java.lang.Object
org.springframework.boot.autoconfigure.integration.IntegrationProperties.Poller
- Enclosing class:
- IntegrationProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCron()
int
void
void
setFixedDelay
(Duration fixedDelay) void
setFixedRate
(Duration fixedRate) void
setInitialDelay
(Duration initialDelay) void
setMaxMessagesPerPoll
(int maxMessagesPerPoll) void
setReceiveTimeout
(Duration receiveTimeout)
-
Constructor Details
-
Poller
public Poller()
-
-
Method Details
-
getMaxMessagesPerPoll
public int getMaxMessagesPerPoll() -
setMaxMessagesPerPoll
public void setMaxMessagesPerPoll(int maxMessagesPerPoll) -
getReceiveTimeout
-
setReceiveTimeout
-
getFixedDelay
-
setFixedDelay
-
getFixedRate
-
setFixedRate
-
getInitialDelay
-
setInitialDelay
-
getCron
-
setCron
-