PreCache NetInjector Documentation Center : PreCache NetInjector Application Development

PreCache NetInjector Application Development

   







Basic Case, Subscription— Java

— retrieving basic notifications


In the chapter Basic Case, Publication — Java, we created a simple mechanism for publishing content. In this section, we will complete the content distribution cycle by enabling subscribers to retrieve the content.

Subscriber
the publisher's audience

Subscription
the relationship between publisher and subscriber

Subscription closure
associating the subscription with a closure

Notification
accessing the notification's content

Basic Case, Subscription code— Java
the complete subscription code