Interface DataRoutingService.Endpoint

All Known Subinterfaces:
DataImportServiceConfig.Endpoint, LogAggregatorConfig.Endpoint
All Known Implementing Classes:
SimpleEndpoint, SimpleLogAggregatorEndpoint
Enclosing interface:
DataRoutingService

public static interface DataRoutingService.Endpoint
Defines a usable network address
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the InetSocketAddress using the host and port.
    Returns the host name for this endpoint
    Returns the service name hosting the endpoint.
    int
    Returns the port for this endpoint
  • Method Details

    • getName

      @NotNull String getName()
      Returns the service name hosting the endpoint.
    • getHost

      @NotNull String getHost()
      Returns the host name for this endpoint
    • getPort

      int getPort()
      Returns the port for this endpoint
    • getAddress

      @NotNull default InetSocketAddress getAddress()
      Returns the InetSocketAddress using the host and port.