Interface ActionFilter

  • All Known Implementing Classes:
    ActionFilter.Simple

    public interface ActionFilter
    A filter allowing to filter transport actions
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  ActionFilter.Simple
      A simple base class for injectable action filters that spares the implementation from handling the filter chain.
    • Method Detail

      • order

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