public interface RestOperationsCallback<T>
RestOperations.| Modifier and Type | Method and Description |
|---|---|
T |
doWithRestOperations(org.springframework.web.client.RestOperations restOperations)
Callback method providing a
RestOperations that is configured to interact
with the CredHub server. |
T doWithRestOperations(org.springframework.web.client.RestOperations restOperations)
RestOperations that is configured to interact
with the CredHub server.restOperations - restOperations to use, must not be null.