Package | Description |
---|---|
com.tangosol.coherence.config.builder |
Defines the typical runtime configuration builders for the Coherence
configuration object model.
|
com.tangosol.net.topic |
Modifier and Type | Method and Description |
---|---|
Subscriber<V> |
SubscriberGroupBuilder.realize(NamedTopic<V> topic,
com.tangosol.config.expression.ParameterResolver resolver)
Realize a durable
Subscriber for the named group. |
Modifier and Type | Method and Description |
---|---|
default Subscriber<V> |
NamedTopic.createSubscriber()
Create a direct
Subscriber to the topic that receives all values from this NamedTopic . |
<U> Subscriber<U> |
NamedTopic.createSubscriber(Subscriber.Option<? super V,U>... options)
Create a
Subscriber that can receive values from this NamedTopic . |