public interface ResultHandler<T>
Modifier and Type | Method and Description |
---|---|
void |
handleResult(T result)
Deal with some method execution result, whether it was the normal return value, or some kind
of
Throwable . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.