@Generated(value="org.immutables.processor.ProxyProcessor") public final class ReactorNetworkingClient extends Object
NetworkingClient| Modifier and Type | Class and Description |
|---|---|
static class |
ReactorNetworkingClient.Builder
Builds instances of type
ReactorNetworkingClient. |
| Modifier and Type | Method and Description |
|---|---|
static ReactorNetworkingClient.Builder |
builder()
Creates a builder for
ReactorNetworkingClient. |
boolean |
equals(Object another)
This instance is equal to all instances of
ReactorNetworkingClient that have equal attribute values. |
ConnectionContext |
getConnectionContext()
The connection context
|
reactor.core.publisher.Mono<String> |
getRoot() |
TokenProvider |
getTokenProvider()
The token provider
|
int |
hashCode()
Computes a hash code from attributes:
policies, tags, connectionContext, root, tokenProvider. |
Policies |
policies() |
Tags |
tags() |
String |
toString()
Prints the immutable value
ReactorNetworkingClient with attribute values. |
public Policies policies()
policies in interface NetworkingClientpolicies attributepublic Tags tags()
tags in interface NetworkingClienttags attributepublic ConnectionContext getConnectionContext()
public reactor.core.publisher.Mono<String> getRoot()
root attributepublic TokenProvider getTokenProvider()
public boolean equals(Object another)
ReactorNetworkingClient that have equal attribute values.public int hashCode()
policies, tags, connectionContext, root, tokenProvider.public String toString()
ReactorNetworkingClient with attribute values.public static ReactorNetworkingClient.Builder builder()
ReactorNetworkingClient.
ReactorNetworkingClient.builder()
.connectionContext(org.cloudfoundry.reactor.ConnectionContext) // required connectionContext
.root(reactor.core.publisher.Mono<String>) // optional root
.tokenProvider(org.cloudfoundry.reactor.TokenProvider) // required tokenProvider
.build();
Copyright © 2019. All rights reserved.