Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
Construct a ExtractorEventTransformer that transforms
CacheEventArgs values based on the specified extractors.
Namespace:
Tangosol.Util.TransformerAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
public ExtractorEventTransformer( IValueExtractor extractorOld, IValueExtractor extractorNew ) |
Parameters
- extractorOld
- Type: Tangosol.Util..::.IValueExtractor
Extractor to extract the OldValue property(s).
- extractorNew
- Type: Tangosol.Util..::.IValueExtractor
Extractor to extract the NewValue property(s).
Remarks
Passing null indicates that the corresponding values
should be skipped completely.