Interface MessageSelectorFactory<T extends org.springframework.integration.core.MessageSelector>

    • Method Detail

      • supports

        boolean supports​(String key)
        Check if this factories is able to create a message selector for given key.
        Parameters:
        key -
        Returns:
      • create

        T create​(String key,
                 String value,
                 TestContext context)
        Create new message selector for given predicates.
        Parameters:
        key -
        value -
        context -
        Returns: