ExtractorEventTransformer Constructor (IValueExtractor) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a ExtractorEventTransformer that transforms
CacheEventArgs values based on the specified extractor.
Namespace:
Tangosol.Util.Transformer
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic ExtractorEventTransformer(
IValueExtractor extractor
)
Parameters
- extractor
- Type: Tangosol.UtilIValueExtractor
IValueExtractor to extract CacheEventArgs values.
Remarks
Note: The specified extractor will be applied to both old and new
values.
See Also