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