@FunctionalInterface public interface RestOperationsCallback<T>
RestOperations
.Modifier and Type | Method and Description |
---|---|
T |
doWithRestOperations(RestOperations restOperations)
Callback method.
|
@Nullable T doWithRestOperations(RestOperations restOperations)
restOperations
- restOperations to use, must not be null.Copyright © 2016–2019 Pivotal Software, Inc.. All rights reserved.