Package com.novomind.ecom.api.iagent.routing.event.externalrouting
package com.novomind.ecom.api.iagent.routing.event.externalrouting
-
InterfacesClassDescriptionThe
RoutingWorkItemDecisionEventListener
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.ARoutingWorkItemDecisionFailedEvent
indicates that a routing decision by the external routing for aRoutingWorkItem
has failed.ARoutingWorkItemDecisionSuccessfulEvent
indicates that a routing decision by the external routing for aRoutingWorkItem
has been successful.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.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.ARoutingWorkItemEvent
is an event related to aRoutingWorkItem
.