Interface BacklogHandler<T extends Issue>

All Known Subinterfaces:
CallBacklogHandler, CallHandler, ChatBacklogHandler, TicketBacklogHandler

public interface BacklogHandler<T extends Issue>
This handler provides access to issues within the backlog in the novomind iAGENT routing process. It cannot be injected directly. To obtain an instance of this handler please inject one of the extending interfaces e.g. TicketBacklogHandler, ChatBacklogHandler or CallBacklogHandler
Since:
11.25