Uses of Class
com.tangosol.net.topic.Subscriber.CommitResult
Package
Description
Contains classes that providing topic entities for publish/subscribe messaging.
-
Uses of Subscriber.CommitResult in com.tangosol.net.topic
Modifier and TypeFieldDescriptionstatic final Subscriber.CommitResult
Subscriber.CommitResult.NOTHING_TO_COMMIT
A result indicating there was nothing to be committed.Modifier and TypeMethodDescriptiondefault Subscriber.CommitResult
Commit the specified channel and position.default Subscriber.CommitResult
Subscriber.Element.commit()
Commit this position in the element's owning channel.Modifier and TypeMethodDescriptiondefault Map
<Integer, Subscriber.CommitResult> Commit the specified channels and positions.Subscriber.commitAsync
(int nChannel, Position position) Asynchronously commit the specified channel and position.Subscriber.commitAsync
(Map<Integer, Position> mapPositions) Asynchronously commit the specified channels and positions.Subscriber.Element.commitAsync()
Commit this position in the element's owning channel.