Class EndpointResolver


  • public class EndpointResolver
    extends Object
    A resolver for endpoints.

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

    • Field Detail

      • __TYPE_ARG

        public static final io.vertx.lang.rx.TypeArg<EndpointResolver> __TYPE_ARG
    • 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 Single<Endpoint> rxResolveEndpoint​(Address address)
        Resolver an endpoint for the specified address
        Parameters:
        address - the address to lookup
        Returns:
        the endpoint lookup result