Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 727 Bytes

File metadata and controls

16 lines (11 loc) · 727 Bytes

Groovy Processor

A Processor that applies a Groovy script against messages.

Options

The groovy-processor processor has the following options:

groovy-processor.script

Reference to a script used to process messages. (Resource, default: <none>)

groovy-processor.variables

Variable bindings as a new line delimited string of name-value pairs, e.g. 'foo=bar\n baz=car'. (Properties, default: <none>)

groovy-processor.variables-location

The location of a properties file containing custom script variable bindings. (Resource, default: <none>)