Package com.novomind.ecom.api.iagent.routing.event.externalrouting
package com.novomind.ecom.api.iagent.routing.event.externalrouting
- 
InterfacesClassDescriptionTheRoutingWorkItemDecisionEventListeneris an interface that implements the callback event functions for routing decisions triggered by the external routing engine and handled by the novomind iAGENT system.ARoutingWorkItemDecisionFailedEventindicates that a routing decision by the external routing for aRoutingWorkItemhas failed.ARoutingWorkItemDecisionSuccessfulEventindicates that a routing decision by the external routing for aRoutingWorkItemhas been successful.ARoutingWorkItemDeliveryFailedEventprovides all information about aRoutingWorkItemthat could not be delivered to the desired agent and therefore the routing decision made by the external routing previously could not be fulfilled.ARoutingWorkItemDeliverySuccessfulEventprovides all information about aRoutingWorkItemthat has been delivered successfully to the desired agent and therefore the routing decision made by the external routing previously could be fulfilled.ARoutingWorkItemEventis an event related to aRoutingWorkItem.