public class RetryHandlers extends Object
| Constructor and Description |
|---|
RetryHandlers() |
| Modifier and Type | Method and Description |
|---|---|
List<Handler> |
getHandler()
Gets the value of the handler property.
|
public 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
HandlerCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.