public class SingleMasterConfiguration extends Object implements Serializable
A structure that contains the configuration for the
SINGLE_MASTER channel type.
| Constructor and Description |
|---|
SingleMasterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getMessageTtlSeconds()
The period of time a signaling channel retains underlivered messages
before they are discarded.
|
int |
hashCode() |
void |
setMessageTtlSeconds(Integer messageTtlSeconds)
The period of time a signaling channel retains underlivered messages
before they are discarded.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SingleMasterConfiguration |
withMessageTtlSeconds(Integer messageTtlSeconds)
The period of time a signaling channel retains underlivered messages
before they are discarded.
|
public Integer getMessageTtlSeconds()
The period of time a signaling channel retains underlivered messages before they are discarded.
Constraints:
Range: 5 - 120
The period of time a signaling channel retains underlivered messages before they are discarded.
public void setMessageTtlSeconds(Integer messageTtlSeconds)
The period of time a signaling channel retains underlivered messages before they are discarded.
Constraints:
Range: 5 - 120
messageTtlSeconds - The period of time a signaling channel retains underlivered messages before they are discarded.
public SingleMasterConfiguration withMessageTtlSeconds(Integer messageTtlSeconds)
The period of time a signaling channel retains underlivered messages before they are discarded.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 5 - 120
messageTtlSeconds - The period of time a signaling channel retains underlivered messages before they are discarded.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.