4 Implementing Subscribers

For every publisher, you must implement one or more Subscriber. The Subscriber is used to process stream events, which arrive in the form of StreamOperation class objects. See Using the StreamOperation Class.