Interface ActionFilter<Request,​Response>


  • public interface ActionFilter<Request,​Response>
    A filter allowing to filter transport actions
    • Method Detail

      • order

        int order()
        The position of the filter in the chain. Execution is done from lowest order to highest.