Interface NamedTopicScheme
-
- All Superinterfaces:
NamedCollectionBuilder<NamedTopic>
,Scheme
,ServiceScheme
,TopicScheme<NamedTopic,TopicService>
- All Known Implementing Classes:
PagedTopicScheme
public interface NamedTopicScheme extends TopicScheme<NamedTopic,TopicService>
TheTopicScheme
class is responsible for building a fully configured instance of aNamedTopic
.- Since:
- Coherence 14.1.1
- Author:
- jk 2015.05.21
-
-
Field Summary
-
Fields inherited from interface com.tangosol.coherence.config.scheme.ServiceScheme
DELIM_APPLICATION_SCOPE, DELIM_DOMAIN_PARTITION
-
-
Method Summary
-
Methods inherited from interface com.tangosol.coherence.config.builder.NamedCollectionBuilder
realize, realizes
-
Methods inherited from interface com.tangosol.coherence.config.scheme.Scheme
getSchemeName, isAnonymous
-
Methods inherited from interface com.tangosol.coherence.config.scheme.ServiceScheme
getEventInterceptorBuilders, getScopedServiceName, getServiceBuilder, getServiceName, getServiceType, isAutoStart
-
Methods inherited from interface com.tangosol.coherence.config.scheme.TopicScheme
ensureConfiguredService
-
-