Interface EventSourceSpecification<EventAtom>

    • Method Detail

      • createEmptyFilter

        EventFilter<EventAtom> createEmptyFilter()
        Returns a filter that does not filter out any incoming events.

        Warning: either return a single instance, or make sure all returned instances are equal ( Object.equals(Object) and Object.hashCode().