Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Direct Response Operator

Christian Kreutzfeldt edited this page Mar 28, 2015 · 9 revisions

Direct response operators process data on a per message base. They are called from a surrounding runtime environment for each incoming message, process its contents and return zero or n results.

Typically, direct response operators are used to filter data streams or enhance contained messages by replacing, reformatting or adding attributes.

To provide custom operators, each implementation must comply with the DirectResponseOperator interface.

To learn how to build your own direct response operator, please follow the steps as described in the linked tutorial.

Clone this wiki locally