Interface Routing

All Superinterfaces:
ServerLifecycle
All Known Subinterfaces:
HttpRouting

public interface Routing extends ServerLifecycle
Routing abstraction.
  • Method Details

    • routingType

      default Class<? extends Routing> routingType()
      The class used by a Router to identify this Routing type and associate a connection with it.
      Returns:
      this routing type