Uses of Class
com.tangosol.coherence.config.builder.SubscriberGroupBuilder
-
Packages that use SubscriberGroupBuilder Package Description com.tangosol.coherence.config Defines the Coherence configuration object model for accessing, customizing and or modifying configuration.com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files. -
-
Uses of SubscriberGroupBuilder in com.tangosol.coherence.config
Methods in com.tangosol.coherence.config that return types with arguments of type SubscriberGroupBuilder Modifier and Type Method Description Collection<SubscriberGroupBuilder>
TopicMapping. getSubscriberGroupBuilders()
Get the durableSubscriberGroupBuilder
s for thisTopicMapping
.Method parameters in com.tangosol.coherence.config with type arguments of type SubscriberGroupBuilder Modifier and Type Method Description void
TopicMapping. setSubscriberGroupBuilders(Collection<SubscriberGroupBuilder> colBuilders)
Set the durableSubscriberGroupBuilder
s for thisTopicMapping
. -
Uses of SubscriberGroupBuilder in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return SubscriberGroupBuilder Modifier and Type Method Description SubscriberGroupBuilder
SubscriberGroupProcessor. process(ProcessingContext context, XmlElement xmlElement)
Methods in com.tangosol.coherence.config.xml.processor that return types with arguments of type SubscriberGroupBuilder Modifier and Type Method Description Collection<SubscriberGroupBuilder>
SubscriberGroupsProcessor. process(ProcessingContext context, XmlElement xmlElement)
-