Class EndpointResolver
java.lang.Object
io.vertx.rxjava3.core.net.endpoint.EndpointResolver
- All Implemented Interfaces:
RxDelegate
A resolver for endpoints.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEndpointResolver(EndpointResolver delegate) EndpointResolver(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static EndpointResolverio.reactivex.rxjava3.core.Single<Endpoint>resolveEndpoint(Address address) Resolver an endpoint for the specifiedaddressio.reactivex.rxjava3.core.Single<Endpoint>rxResolveEndpoint(Address address) Resolver an endpoint for the specifiedaddresstoString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
EndpointResolver
-
EndpointResolver
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDelegate
- Specified by:
getDelegatein interfaceRxDelegate
-
resolveEndpoint
Resolver an endpoint for the specifiedaddress- Parameters:
address- the address to lookup- Returns:
- the endpoint lookup result
-
rxResolveEndpoint
Resolver an endpoint for the specifiedaddress- Parameters:
address- the address to lookup- Returns:
- the endpoint lookup result
-
newInstance
-