Interface MutinyInterceptor

    • Field Detail

      • DEFAULT_ORDINAL

        static final int DEFAULT_ORDINAL
        Default interceptor ordinal (100).
        See Also:
        Constant Field Values
    • Method Detail

      • ordinal

        default int ordinal()
        Returns:
        the interceptor ordinal. The ordinal is used to sort the interceptor. Lower value are executed first. Default is 100.