Class MapEventTransformerConfiguration
- java.lang.Object
-
- com.oracle.coherence.spring.configuration.MapEventTransformerConfiguration
-
@Configuration public class MapEventTransformerConfiguration extends Object
Spring Configuration class for producingMapEventTransformer
beans.- Since:
- 3.0
- Author:
- Jonathan Knight, Gunnar Hillert
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtractorService
extractorService
The extractor factory for use when creating views.protected MapEventTransformerService
mapEventTransformerService
-
-
-
Field Detail
-
extractorService
protected final ExtractorService extractorService
The extractor factory for use when creating views.
-
mapEventTransformerService
protected final MapEventTransformerService mapEventTransformerService
-
-