Class RequestTaskManager


  • @Technical
    @Singleton
    @Bean
    public class RequestTaskManager
    extends Object
    This manager handles the threading side of AbstractRequestTask processing.

    The aim is to avoid the developer to think about how to write rightly the consummation of a list of request to process.

    To process a request, an AbstractRequestTask must be implemented and this implementation must push request to process by using push(Class, Request) method.

    Author:
    silveryocha