Uses of Interface
com.tangosol.net.topic.Subscriber.Element
-
Packages that use Subscriber.Element Package Description com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging. -
-
Uses of Subscriber.Element in com.tangosol.net.topic
Methods in com.tangosol.net.topic that return types with arguments of type Subscriber.Element Modifier and Type Method Description CompletableFuture<Subscriber.Element<V>>
Subscriber. receive()
Receive a value from the topic.CompletableFuture<List<Subscriber.Element<V>>>
Subscriber. receive(int cBatch)
Receive a batch ofelements
from the topic.
-