Interface Paths.PayloadComponentsSupplier<C,P>

Type Parameters:
C - the type of the path components
P - the type of the payload
All Known Implementing Classes:
RoutesTree.RouteComponentsSupplier
Enclosing class:
Paths<C,P>

public static interface Paths.PayloadComponentsSupplier<C,P>
Interface defining methods to supply and assemble path components.
  • Method Details