Uses of Class
com.swiftmq.swiftlet.routing.Route
-
Packages that use Route Package Description com.swiftmq.swiftlet.routing -
-
Uses of Route in com.swiftmq.swiftlet.routing
Methods in com.swiftmq.swiftlet.routing that return Route Modifier and Type Method Description RouteRoutingSwiftlet. getRoute(java.lang.String destination)Returns a route for a remote router.Route[]RoutingSwiftlet. getRoutes()Returns all available routes.Methods in com.swiftmq.swiftlet.routing with parameters of type Route Modifier and Type Method Description protected voidRoutingSwiftlet. addRoute(Route route)Adds a route.protected voidRoutingSwiftlet. removeRoute(Route route)Removes a route.
-