Package com.novomind.ecom.api.iagent.routing.event.externalrouting
-
Interface Summary Interface Description RoutingWorkItemDecisionEventListener TheRoutingWorkItemDecisionEventListener
is an interface that implements the callback event functions for routing decisions triggered by the external routing engine and handled by the novomind iAGENT system.RoutingWorkItemDecisionFailedEvent ARoutingWorkItemDecisionFailedEvent
indicates that a routing decision by the external routing for aRoutingWorkItem
has failed.RoutingWorkItemDecisionSuccessfulEvent ARoutingWorkItemDecisionSuccessfulEvent
indicates that a routing decision by the external routing for aRoutingWorkItem
has been successful.RoutingWorkItemDeliveryFailedEvent ARoutingWorkItemDeliveryFailedEvent
provides all information about aRoutingWorkItem
that could not be delivered to the desired agent and therefore the routing decision made by the external routing previously could not be fulfilled.RoutingWorkItemDeliverySuccessfulEvent ARoutingWorkItemDeliverySuccessfulEvent
provides all information about aRoutingWorkItem
that has been delivered successfully to the desired agent and therefore the routing decision made by the external routing previously could be fulfilled.RoutingWorkItemEvent ARoutingWorkItemEvent
is an event related to aRoutingWorkItem
.