public abstract class AbstractRoutingV1Operations extends org.cloudfoundry.reactor.util.AbstractReactorOperations
APPLICATION_ZIP, connectionContext, root, tokenProvider| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRoutingV1Operations(ConnectionContext connectionContext,
reactor.core.publisher.Mono<String> root,
TokenProvider tokenProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> reactor.core.publisher.Mono<T> |
get(Class<T> responseType,
Function<org.springframework.web.util.UriComponentsBuilder,org.springframework.web.util.UriComponentsBuilder> uriTransformer) |
protected <T> reactor.core.publisher.Flux<T> |
get(Function<reactor.netty.http.client.HttpClientResponse,io.netty.channel.ChannelHandler> handlerBuilder,
Function<org.springframework.web.util.UriComponentsBuilder,org.springframework.web.util.UriComponentsBuilder> uriTransformer,
Function<reactor.netty.ByteBufFlux,reactor.core.publisher.Flux<T>> bodyTransformer) |
protected <T> reactor.core.publisher.Mono<T> |
post(Object request,
Class<T> responseType,
Function<org.springframework.web.util.UriComponentsBuilder,org.springframework.web.util.UriComponentsBuilder> uriTransformer) |
protected <T> reactor.core.publisher.Mono<T> |
put(Object requestPayload,
Class<T> responseType,
Function<org.springframework.web.util.UriComponentsBuilder,org.springframework.web.util.UriComponentsBuilder> uriTransformer) |
createOperatorprotected AbstractRoutingV1Operations(ConnectionContext connectionContext, reactor.core.publisher.Mono<String> root, TokenProvider tokenProvider)
protected final <T> reactor.core.publisher.Mono<T> get(Class<T> responseType, Function<org.springframework.web.util.UriComponentsBuilder,org.springframework.web.util.UriComponentsBuilder> uriTransformer)
protected final <T> reactor.core.publisher.Flux<T> get(Function<reactor.netty.http.client.HttpClientResponse,io.netty.channel.ChannelHandler> handlerBuilder, Function<org.springframework.web.util.UriComponentsBuilder,org.springframework.web.util.UriComponentsBuilder> uriTransformer, Function<reactor.netty.ByteBufFlux,reactor.core.publisher.Flux<T>> bodyTransformer)
protected final <T> reactor.core.publisher.Mono<T> post(Object request, Class<T> responseType, Function<org.springframework.web.util.UriComponentsBuilder,org.springframework.web.util.UriComponentsBuilder> uriTransformer)
Copyright © 2019. All rights reserved.