ExtractorEventTransformer Constructor (IValueExtractor, 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 extractors.
Namespace:
Tangosol.Util.Transformer
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic ExtractorEventTransformer(
IValueExtractor extractorOld,
IValueExtractor extractorNew
)
Parameters
- extractorOld
- Type: Tangosol.UtilIValueExtractor
Extractor to extract the OldValue property(s).
- extractorNew
- Type: Tangosol.UtilIValueExtractor
Extractor to extract the NewValue property(s).
Remarks
Passing null indicates that the corresponding values
should be skipped completely.
See Also