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 void
RoutingSwiftlet. 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 void
RoutingListener. destinationActivated(RoutingEvent evt)
Called when a destination (remote router) is activated.void
RoutingListenerAdapter. destinationActivated(RoutingEvent evt)
void
RoutingListener. destinationAdded(RoutingEvent evt)
Called when a destination (remote router) is added.void
RoutingListenerAdapter. destinationAdded(RoutingEvent evt)
void
RoutingListener. destinationDeactivated(RoutingEvent evt)
Called when a destination (remote router) is deactivated.void
RoutingListenerAdapter. destinationDeactivated(RoutingEvent evt)
void
RoutingListener. destinationRemoved(RoutingEvent evt)
Called when a destination (remote router) is removed.void
RoutingListenerAdapter. destinationRemoved(RoutingEvent evt)
-