public static class ProducerProperties.PollerProperties extends Object
| Constructor and Description |
|---|
PollerProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCron() |
Duration |
getFixedDelay() |
Duration |
getInitialDelay() |
long |
getMaxMessagesPerPoll() |
void |
setCron(String cron) |
void |
setFixedDelay(Duration fixedDelay) |
void |
setInitialDelay(Duration initialDelay) |
void |
setMaxMessagesPerPoll(long maxMessagesPerPoll) |
public long getMaxMessagesPerPoll()
public void setMaxMessagesPerPoll(long maxMessagesPerPoll)
public String getCron()
public void setCron(String cron)
public Duration getInitialDelay()
public void setInitialDelay(Duration initialDelay)
public Duration getFixedDelay()
public void setFixedDelay(Duration fixedDelay)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.