- Enclosing interface:
Routing
public static interface Routing.Entry
A routing entry.
-
Method Details
-
getType
Routing.Type getType()Return the type of entry. -
getPath
String getPath()Return the full path of the entry. -
getHandler
ExchangeHandler getHandler()Return the handler. -
getRoles
Return the roles.
-