You must create a custom subscription object if you want user events to be processed automatically by your own Java class. You use the REST API to create the subscription object.
http://hostname:port/WSRR/8.0/Content/Subscription
http://hostname:port/prefixWSRR/8.0/Content/Subscription
Where
prefix is the WSRR Instance Prefix that you specified when you created the
instance.<property name="_notifierType" value="your_notifier_type"/>
The value of the _notifierType property must match
the value of the type attribute of a plug-in definition in the subscription
notifier plug-in configuration file. Then, user events are sent to
the Java class specified in that plug-in definition; see the Related
link for further information.<property name="_endPointReference" value="your_custom_endpoint"/>
For full details of the message body, and the response message that is returned, see the following subtopics: