Interface QueuedCallDequeuedEvent
- All Superinterfaces:
ActiveCallEvent,ActiveCallProvider,CallStateChangedEvent,Event,OptionalCallParticipationChange,QueuedCallProvider,QueuedCallStateChangedEvent
public interface QueuedCallDequeuedEvent
extends QueuedCallStateChangedEvent, OptionalCallParticipationChange
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, getCallMethods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDateMethods inherited from interface com.novomind.ecom.api.iagent.call.OptionalCallParticipationChange
getCallParticipationIdMethods inherited from interface com.novomind.ecom.api.iagent.provider.QueuedCallProvider
getActiveCall, getQueuedCall
-
Method Details
-
getCallState
- Specified by:
getCallStatein interfaceCallStateChangedEvent- Returns:
- the
CallState - Since:
- 11.27
-