public class IterableResultHandler extends Object implements ResultHandler<Iterable>
ResultHandler that deals with Iterables and delegates to
TypeHierarchyResultHandler for each element in turn.| Constructor and Description |
|---|
IterableResultHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleResult(Iterable result)
Deal with some method execution result, whether it was the normal return value, or some kind
of
Throwable. |
public void handleResult(Iterable result)
ResultHandlerThrowable.handleResult in interface ResultHandler<Iterable>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.