Uses of Interface
com.tangosol.coherence.config.scheme.NamedTopicScheme
Packages that use NamedTopicScheme
Package
Description
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains classes that providing topic entities for publish/subscribe messaging.
-
Uses of NamedTopicScheme in com.tangosol.coherence.config
Methods in com.tangosol.coherence.config that return NamedTopicSchemeModifier and TypeMethodDescriptionCacheConfig.findSchemeByTopicName(String sTopicName) Find theCachingSchemefor the specified topic name. -
Uses of NamedTopicScheme in com.tangosol.coherence.config.scheme
Classes in com.tangosol.coherence.config.scheme that implement NamedTopicSchemeModifier and TypeClassDescriptionclassTheBaseGrpcTopicSchemeis responsible for building a remote gRPC topic service.classAPagedTopicSchemeis responsible for building a topic.classTheRemoteTopicSchemeis responsible for building a remote topic. -
Uses of NamedTopicScheme in com.tangosol.net.topic
Classes in com.tangosol.net.topic with type parameters of type NamedTopicSchemeModifier and TypeClassDescriptionclassTopicBackingMapManager<D extends TopicDependencies,S extends NamedTopicScheme> A base class for topic backing map managers.