Uses of Class
com.tangosol.coherence.config.builder.NamedEventInterceptorBuilder
Package
Description
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
-
Uses of NamedEventInterceptorBuilder in com.tangosol.coherence.config
Modifier and TypeMethodDescriptionCacheConfig.getEventInterceptorBuilders()
ResourceMapping.getEventInterceptorBuilders()
Modifier and TypeMethodDescriptionvoid
CacheConfig.setEventInterceptorBuilders
(List<NamedEventInterceptorBuilder> listBuilders) void
ResourceMapping.setEventInterceptorBuilders
(List<NamedEventInterceptorBuilder> listBuilders) -
Uses of NamedEventInterceptorBuilder in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescriptionSet the logical name / identifier for thisEventInterceptor
.NamedEventInterceptorBuilder.setOrder
(Interceptor.Order order) Set theEventInterceptor
's order (HIGH || LOW), hence whether it should be at the start of the chain of interceptors.NamedEventInterceptorBuilder.setRegistrationBehavior
(RegistrationBehavior behavior) Specifies the behavior upon duplicate registration. -
Uses of NamedEventInterceptorBuilder in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionAbstractLocalCachingScheme.getEventInterceptorBuilders()
AbstractServiceScheme.getEventInterceptorBuilders()
ClassScheme.getEventInterceptorBuilders()
DistributedScheme.getEventInterceptorBuilders()
PagedTopicScheme.getEventInterceptorBuilders()
ServiceScheme.getEventInterceptorBuilders()
WrapperCachingScheme.getEventInterceptorBuilders()
Modifier and TypeMethodDescriptionvoid
DistributedScheme.setEventInterceptorBuilders
(List<NamedEventInterceptorBuilder> listBuilders) void
PagedTopicScheme.setEventInterceptorBuilders
(List<NamedEventInterceptorBuilder> listBuilders) -
Uses of NamedEventInterceptorBuilder in com.tangosol.coherence.config.xml.processor
Modifier and TypeMethodDescriptionInterceptorsProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.