Developing Apama Applications > Developing Correlator Plug-ins > Writing Correlator Plug-ins in Java > Sample plug-ins in Java
Sample plug-ins in Java
Apama provides sample correlator plug-ins written in Java, located in the samples\correlator_plugin\java directory of the Apama installation. The samples are:
*SimplePlugin – a basic plug-in with one method that takes a string, and returns another string.
*ComplexPlugin – a plug-in that has several methods and handles more complex types.
*SendPlugin – a plug-in that demonstrates passing contexts around and sending events.
*SubscribePlugin – a plug-in that shows how to subscribe to receive events sent on a particular channel.
The samples\correlator_plugin\java directory contains the Java code for the samples, the EPL code for the Apama applications that call each of the plug-ins, the deployment descriptor files, and an Ant build.xml file for building all of the samples. The directory also contains a README.txt that describes how to build and run the samples as well as text files that depict what the output of the samples should be like.
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.