| Package | Description |
|---|---|
| com.tangosol.net.topic |
| Modifier and Type | Method and Description |
|---|---|
default Publisher<V> |
NamedTopic.createPublisher()
Create a
Publisher that can publish values into this NamedTopic. |
Publisher<V> |
NamedTopic.createPublisher(Publisher.Option<? super V>... options)
Create a
Publisher that can publish values into this NamedTopic. |