public static class SqsProperties.ListenerProperties extends Object
| Constructor and Description |
|---|
ListenerProperties() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBackOffTime() |
Integer |
getMaxNumberOfMessages() |
Long |
getQueueStopTimeout() |
Integer |
getVisibilityTimeout() |
Integer |
getWaitTimeout() |
boolean |
isAutoStartup() |
void |
setAutoStartup(boolean autoStartup) |
void |
setBackOffTime(Long backOffTime) |
void |
setMaxNumberOfMessages(Integer maxNumberOfMessages) |
void |
setQueueStopTimeout(Long queueStopTimeout) |
void |
setVisibilityTimeout(Integer visibilityTimeout) |
void |
setWaitTimeout(Integer waitTimeout) |
public Integer getMaxNumberOfMessages()
public void setMaxNumberOfMessages(Integer maxNumberOfMessages)
public Integer getVisibilityTimeout()
public void setVisibilityTimeout(Integer visibilityTimeout)
public Integer getWaitTimeout()
public void setWaitTimeout(Integer waitTimeout)
public Long getQueueStopTimeout()
public void setQueueStopTimeout(Long queueStopTimeout)
public Long getBackOffTime()
public void setBackOffTime(Long backOffTime)
public boolean isAutoStartup()
public void setAutoStartup(boolean autoStartup)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.