Package org.apache.activemq.filter.function


package org.apache.activemq.filter.function

Filter Function implementations for JMS Selectors.

  • Class
    Description
    Registry of built-in functions.
    Interface required for objects that will be registered as functions for use in selectors.
    Filter function that matches a value against a list of values and evaluates to an indicator of membership in the list.
    Filter function that creates a list with each argument being one element in the list.
    Filter function that matches a value against a regular expression.
    Function which replaces regular expression matches in a source string to a replacement literal.
    Function which splits a string into a list of strings given a regular expression for the separator.