Integrate jar-Library

If you don’t want to use the provided IS package but integrate the functionality with one of your existing packages you need to

Extending switchpipe

Custom Sources and Stores

You can implement Sources and Stores by providing a java class that implements one of the interfaces:

To use a custom store configure a store (e.g. myStore) and set:

stores.myStore.class = <fully-qualified-name-of-your-class>

Custom Activation Policies

You can implement your own Activation Policy. Implement one of the interfaces:

And configure:

activation.class = <fully-qualified-name-of-your-class>