public class IterableResultHandler extends Object implements ResultHandler<Iterable>
ResultHandler
that deals with Iterable
s 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)
ResultHandler
Throwable
.handleResult
in interface ResultHandler<Iterable>
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.