Class TrueFilter


  • public class TrueFilter
    extends SqlFilter
    Represents a special kind of filter that matches every message.
    Since:
    1.0
    • Field Detail

      • DEFAULT

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

      • TrueFilter

        public TrueFilter()
        Creates a true filter.