| Package | Description | 
|---|---|
| com.tangosol.net.topic | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Subscriber.CompleteOnEmpty<V>
The CompleteOnEmpty option indicates that the  
CompletableFuture returned
 from the Subscriber.receive() operation should complete with a null Subscriber.Element
 upon identifying that the topic is or has become empty. | 
static class  | 
Subscriber.Convert<V,U>
The Convert option specifies a  
Function that will convert topic values that
 a subscriber is interested in receiving prior to sending them to the subscriber. | 
static class  | 
Subscriber.Filtered<V>
The Filtered option specifies a filter that will determine which topic values a
 subscriber is interested in receiving. 
 | 
static class  | 
Subscriber.Name<V>
The Name option is used to specify a subscriber group name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<U> Subscriber<U> | 
NamedTopic.createSubscriber(Subscriber.Option<? super V,U>... options)
Create a  
Subscriber that can receive values from this NamedTopic. |