Interface RoutingWorkItemDecisionSuccessfulEvent
-
- All Superinterfaces:
Event
,RoutingWorkItemEvent
,RoutingWorkItemProvider
,UserProvider
public interface RoutingWorkItemDecisionSuccessfulEvent extends RoutingWorkItemEvent, UserProvider
ARoutingWorkItemDecisionSuccessfulEvent
indicates that a routing decision by the external routing for aRoutingWorkItem
has been successful. The event provides all information about theRoutingWorkItem
and the desired agent to receive theRoutingWorkItem
.- Since:
- 11.29
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.RoutingWorkItemProvider
getRoutingWorkItem
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
-