Interface TicketRoutingRequest
-
- All Superinterfaces:
TicketProvider
public interface TicketRoutingRequest extends TicketProvider
ATicketRoutingRequest
is done by the novomind iAGENT routing engine and sent to an external routing. The external routing is responsible to determine a suitable agent to process theTicketRoutingRequest
.- Since:
- 11.29
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BacklogMessage
getBacklogMessage()
The method returns theBacklogMessage
.-
Methods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicket
-
-
-
-
Method Detail
-
getBacklogMessage
BacklogMessage getBacklogMessage()
The method returns theBacklogMessage
. Please note that theBacklogMessage
cannot be modified.- Returns:
- the backlog message
- Since:
- 11.29
-
-