Uses of Class
com.tangosol.net.topic.Publisher.OnFailure
-
Packages that use Publisher.OnFailure Package Description com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging. -
-
Uses of Publisher.OnFailure in com.tangosol.net.topic
Methods in com.tangosol.net.topic that return Publisher.OnFailure Modifier and Type Method Description static Publisher.OnFailure
Publisher.OnFailure. valueOf(String name)
Returns the enum constant of this type with the specified name.static Publisher.OnFailure[]
Publisher.OnFailure. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-