Interface QueuedCallDequeuedEvent
- All Superinterfaces:
ActiveCallEvent
,ActiveCallProvider
,CallStateChangedEvent
,Event
,QueuedCallProvider
,QueuedCallStateChangedEvent
A
QueuedCallDequeuedEvent
is triggered, when a previously enqueued QueuedCall
has been dequeued from the central backlog. Therefore the QueuedCall
will not be routed
automatically any more until being enqueued again.
The QueuedCallDequeuedEvent
provides all information about the dequeued QueuedCall
.- Since:
- 11.27
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.iagent.routing.event.call.CallStateChangedEvent
getAttributes, getCall
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
Methods inherited from interface com.novomind.ecom.api.iagent.provider.QueuedCallProvider
getActiveCall, getQueuedCall
-
Method Details
-
getCallState
- Specified by:
getCallState
in interfaceCallStateChangedEvent
- Returns:
- the
CallState
- Since:
- 11.27
-