public class RetryHandlers
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Handler> |
handler |
Constructor and Description |
---|
RetryHandlers() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Handler> |
getHandler()
Gets the value of the handler property.
|
protected java.util.List<Handler> handler
public java.util.List<Handler> getHandler()
set
method for the handler property.
For example, to add a new item, do as follows:
getHandler().add(newItem);Objects of the following type(s) are allowed in the list
Handler