Uses of Class
com.swiftmq.swiftlet.routing.event.RoutingEvent
Packages that use RoutingEvent
-
Uses of RoutingEvent in com.swiftmq.swiftlet.routing
Methods in com.swiftmq.swiftlet.routing with parameters of type RoutingEventModifier and TypeMethodDescriptionvoid
RoutingSwiftlet.fireRoutingEvent
(String method, RoutingEvent evt) -
Uses of RoutingEvent in com.swiftmq.swiftlet.routing.event
Methods in com.swiftmq.swiftlet.routing.event with parameters of type RoutingEventModifier and TypeMethodDescriptionvoid
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)