Uses of Interface
com.tangosol.net.TopicService
-
Packages that use TopicService Package Description com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.management Contains classes related to the Coherence Management Framework.com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging. -
-
Uses of TopicService in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return TopicService Modifier and Type Method Description TopicService
PagedTopicScheme. ensureConfiguredService(ParameterResolver resolver, MapBuilder.Dependencies deps)
Ensure service and its topic configuration. -
Uses of TopicService in com.tangosol.net
Subinterfaces of TopicService in com.tangosol.net Modifier and Type Interface Description interface
PagedTopicService
ATopicService
which provides globally ordered topics. -
Uses of TopicService in com.tangosol.net.management
Methods in com.tangosol.net.management with parameters of type TopicService Modifier and Type Method Description static String
MBeanHelper. getTopicMBeanPattern(TopicService service)
Return the MBean name pattern that will match all topic MBeans for the service. -
Uses of TopicService in com.tangosol.net.topic
Methods in com.tangosol.net.topic that return TopicService Modifier and Type Method Description default TopicService
NamedTopic. getTopicService()
Return theTopicService
managing thisNamedTopic
.
-