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

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T create​(String key, String value, com.consol.citrus.context.TestContext context)
      Create new message selector for given predicates.
      boolean supports​(String key)
      Check if this factories is able to create a message selector for given key.
    • 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,
                 com.consol.citrus.context.TestContext context)
        Create new message selector for given predicates.
        Parameters:
        key -
        value -
        context -
        Returns: