Package | Description |
---|---|
com.tangosol.coherence.config.builder |
Defines the typical runtime configuration builders for the Coherence
configuration object model.
|
com.tangosol.coherence.config.scheme |
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.topic |
Class and Description |
---|
NamedTopic
NamedTopic represents a topic entity for publish/subscribe messaging.
|
Subscriber |
Class and Description |
---|
NamedTopic
NamedTopic represents a topic entity for publish/subscribe messaging.
|
Class and Description |
---|
NamedTopic
NamedTopic represents a topic entity for publish/subscribe messaging.
|
Class and Description |
---|
Publisher
Publisher provides a means to publish values to the
NamedTopic . |
Publisher.FailOnFull
The FailOnFull option indicates that the
CompletableFuture returned
from the Publisher.send(V) operation should complete exceptionally
upon identifying that the topic is or has become full. |
Publisher.OnFailure
This option controls how a
Publisher handles a failure of an individual
Publisher.send(V) call. |
Publisher.Option
A marker interface to indicate that a class is a valid
Publisher.Option
for a Publisher . |
Publisher.OrderBy
The OrderBy option specifies the ordering of async operations with respect
to one another.
|
Subscriber |
Subscriber.CompleteOnEmpty
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. |
Subscriber.Convert
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. |
Subscriber.Element
Element represents a container for returned values.
|
Subscriber.Filtered
The Filtered option specifies a filter that will determine which topic values a
subscriber is interested in receiving.
|
Subscriber.Name
The Name option is used to specify a subscriber group name.
|
Subscriber.Option
A marker interface to indicate that a class is a valid
Subscriber.Option
for a Subscriber . |