Uses of Class
com.tangosol.net.topic.Publisher.FailOnFull
-
Packages that use Publisher.FailOnFull Package Description com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging. -
-
Uses of Publisher.FailOnFull in com.tangosol.net.topic
Fields in com.tangosol.net.topic declared as Publisher.FailOnFull Modifier and Type Field Description protected static Publisher.FailOnFull
Publisher.FailOnFull. INSTANCE
Singleton instance.Methods in com.tangosol.net.topic that return Publisher.FailOnFull Modifier and Type Method Description static Publisher.FailOnFull
Publisher.FailOnFull. enabled()
Obtain the Option indicating futures should complete exceptionally if the topic is full.
-