public class ReactorTags extends AbstractNetworkingOperations implements Tags
TagsAPPLICATION_ZIP, connectionContext, root, tokenProvider| Constructor and Description |
|---|
ReactorTags(ConnectionContext connectionContext,
reactor.core.publisher.Mono<String> root,
TokenProvider tokenProvider)
Creates an instance
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ListTagsResponse> |
list(ListTagsRequest request) |
get, get, post, putcreateOperatorpublic ReactorTags(ConnectionContext connectionContext, reactor.core.publisher.Mono<String> root, TokenProvider tokenProvider)
connectionContext - the ConnectionContext to use when communicating with the serverroot - the root URI of the server. Typically something like https://api.run.pivotal.io.tokenProvider - the TokenProvider to use when communicating with the serverpublic reactor.core.publisher.Mono<ListTagsResponse> list(ListTagsRequest request)
Copyright © 2019. All rights reserved.