Uses of Class
com.tangosol.net.topic.Subscriber.CommitResult
Packages that use Subscriber.CommitResult
Package
Description
Contains classes that providing topic entities for publish/subscribe messaging.
-
Uses of Subscriber.CommitResult in com.tangosol.net.topic
Fields in com.tangosol.net.topic declared as Subscriber.CommitResultModifier and TypeFieldDescriptionstatic final Subscriber.CommitResult
Subscriber.CommitResult.NOTHING_TO_COMMIT
A result indicating there was nothing to be committed.Methods in com.tangosol.net.topic that return Subscriber.CommitResultModifier 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.Methods in com.tangosol.net.topic that return types with arguments of type Subscriber.CommitResultModifier 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.