Class FalseFilter


  • public class FalseFilter
    extends SqlFilter
    Represents a special kind of filter that doesn't match any message.
    Since:
    1.0
    • Field Detail

      • DEFAULT

        public static final FalseFilter DEFAULT
        A false filter object that is pre-created. Clients can use this object instead of recreating a new instance every time.
    • Constructor Detail

      • FalseFilter

        public FalseFilter()
        Creates a false filter.