Uses of Interface
com.tangosol.net.TopicService
Packages that use TopicService
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
Contains classes related to the Coherence Management Framework.
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 TopicServiceModifier and TypeMethodDescriptionPagedTopicScheme.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.netModifier and TypeInterfaceDescriptioninterface
ATopicService
which provides globally ordered topics. -
Uses of TopicService in com.tangosol.net.management
Methods in com.tangosol.net.management with parameters of type TopicServiceModifier and TypeMethodDescriptionstatic 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 TopicServiceModifier and TypeMethodDescriptiondefault TopicService
NamedTopic.getTopicService()
Return theTopicService
managing thisNamedTopic
.