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