Uses of Class
com.oracle.coherence.spring.configuration.ExtractorService
Packages that use ExtractorService
Package
Description
Spring configuration Support.
Coherence Messaging Support.
-
Uses of ExtractorService in com.oracle.coherence.spring.configuration
Fields in com.oracle.coherence.spring.configuration declared as ExtractorServiceModifier and TypeFieldDescriptionprotected final ExtractorService
MapEventTransformerService.extractorFactory
The extractor factory for use when creating views.protected final ExtractorService
MapEventTransformerConfiguration.extractorService
The extractor factory for use when creating views.Constructors in com.oracle.coherence.spring.configuration with parameters of type ExtractorServiceModifierConstructorDescriptionNamedCacheConfiguration
(FilterService filterService, ExtractorService extractorService) NamedTopicConfiguration
(FilterService filterService, ExtractorService extractorService) -
Uses of ExtractorService in com.oracle.coherence.spring.messaging
Constructors in com.oracle.coherence.spring.messaging with parameters of type ExtractorServiceModifierConstructorDescriptionCoherenceTopicListenerSubscribers
(FilterService filterService, ExtractorService extractorService, CoherenceTopicListenerCandidates candidates, Optional<ExecutorService> executorService)