Class EndpointResolver

java.lang.Object
io.vertx.rxjava3.core.net.endpoint.EndpointResolver
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class EndpointResolver extends Object implements io.vertx.lang.rx.RxDelegate
A resolver for endpoints.

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

  • Field Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<EndpointResolver> __TYPE_ARG
  • Constructor Details

    • EndpointResolver

      public EndpointResolver(EndpointResolver delegate)
    • EndpointResolver

      public EndpointResolver(Object delegate)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public EndpointResolver getDelegate()
      Specified by:
      getDelegate in interface io.vertx.lang.rx.RxDelegate
    • resolveEndpoint

      public Single<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
    • newInstance

      public static EndpointResolver newInstance(EndpointResolver arg)