Uses of Class
com.swiftmq.swiftlet.routing.event.RoutingEvent
-
Packages that use RoutingEvent Package Description com.swiftmq.swiftlet.routing com.swiftmq.swiftlet.routing.event -
-
Uses of RoutingEvent in com.swiftmq.swiftlet.routing
Methods in com.swiftmq.swiftlet.routing with parameters of type RoutingEvent Modifier and Type Method Description voidRoutingSwiftlet. fireRoutingEvent(java.lang.String method, RoutingEvent evt)Fires a routing event. -
Uses of RoutingEvent in com.swiftmq.swiftlet.routing.event
Methods in com.swiftmq.swiftlet.routing.event with parameters of type RoutingEvent Modifier and Type Method Description voidRoutingListener. destinationActivated(RoutingEvent evt)Called when a destination (remote router) is activated.voidRoutingListenerAdapter. destinationActivated(RoutingEvent evt)voidRoutingListener. destinationAdded(RoutingEvent evt)Called when a destination (remote router) is added.voidRoutingListenerAdapter. destinationAdded(RoutingEvent evt)voidRoutingListener. destinationDeactivated(RoutingEvent evt)Called when a destination (remote router) is deactivated.voidRoutingListenerAdapter. destinationDeactivated(RoutingEvent evt)voidRoutingListener. destinationRemoved(RoutingEvent evt)Called when a destination (remote router) is removed.voidRoutingListenerAdapter. destinationRemoved(RoutingEvent evt)
-