Class EndpointResolver

  • All Implemented Interfaces:
    RxDelegate

    public class EndpointResolver
    extends Object
    implements RxDelegate
    A resolver for endpoints.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • EndpointResolver

        public EndpointResolver​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • resolveEndpoint

        public Future<Endpoint> resolveEndpoint​(Address address)
        Resolver an endpoint for the specified address
        Parameters:
        address - the address to lookup
        Returns:
        the endpoint lookup result
      • rxResolveEndpoint

        public io.reactivex.Single<Endpoint> rxResolveEndpoint​(Address address)
        Resolver an endpoint for the specified address
        Parameters:
        address - the address to lookup
        Returns:
        the endpoint lookup result