Interface SynapseEventFilter

  • All Known Implementing Classes:
    XPathBasedEventFilter

    public interface SynapseEventFilter
    Synapse Event Filter that use the message context to do filtering.
    • Method Detail

      • isSatisfied

        boolean isSatisfied​(MessageContext mc)
        Check the incoming event satisfied with the defined filter
        Parameters:
        mc - Message Context
        Returns:
        True|False