public abstract class AbstractRoutingV1Operations extends org.cloudfoundry.reactor.util.AbstractReactorOperations
APPLICATION_ZIP| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRoutingV1Operations(ConnectionContext connectionContext,
Mono<String> root,
TokenProvider tokenProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> Mono<T> |
get(Class<T> responseType,
Function<org.springframework.web.util.UriComponentsBuilder,org.springframework.web.util.UriComponentsBuilder> uriTransformer) |
protected Mono<reactor.ipc.netty.http.client.HttpClientResponse> |
get(Function<org.springframework.web.util.UriComponentsBuilder,org.springframework.web.util.UriComponentsBuilder> uriTransformer) |
protected <T> Mono<T> |
post(Object request,
Class<T> responseType,
Function<org.springframework.web.util.UriComponentsBuilder,org.springframework.web.util.UriComponentsBuilder> uriTransformer) |
protected <T> Mono<T> |
put(Object requestPayload,
Class<T> responseType,
Function<org.springframework.web.util.UriComponentsBuilder,org.springframework.web.util.UriComponentsBuilder> uriTransformer) |
doDelete, doDelete, doGet, doGet, doPatch, doPatch, doPost, doPost, doPut, doPut, doWsprotected AbstractRoutingV1Operations(ConnectionContext connectionContext, Mono<String> root, TokenProvider tokenProvider)
protected final <T> Mono<T> get(Class<T> responseType, Function<org.springframework.web.util.UriComponentsBuilder,org.springframework.web.util.UriComponentsBuilder> uriTransformer)
protected final Mono<reactor.ipc.netty.http.client.HttpClientResponse> get(Function<org.springframework.web.util.UriComponentsBuilder,org.springframework.web.util.UriComponentsBuilder> uriTransformer)
protected final <T> Mono<T> post(Object request, Class<T> responseType, Function<org.springframework.web.util.UriComponentsBuilder,org.springframework.web.util.UriComponentsBuilder> uriTransformer)
Copyright © 2018. All rights reserved.