Interface CallHandler
- All Superinterfaces:
BacklogHandler<Call>
This handler provides access to all currently active
Call
objects including calls associated with a QueuedCall
and
also an IncomingCall
or OutgoingCall
.
Please call the Call.getCallType()
method to filter any of
the above mentioned types of calls. To filter on a specific state of
the call please use the method Call.getCallState()
The underlying stream source provided by the handler's BacklogHandler.stream()
method does not guarantee any predefined order.
The CallHandler
is only available in the novomind iAGENT routing process.- Since:
- 12.43
-
Method Summary
Methods inherited from interface com.novomind.ecom.api.iagent.backlog.BacklogHandler
get, isRoutable, stream