|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface MapEventTransformer
MapEventTransformer interface is used to allow an event consumer to change
the content of a MapEvent destined for the corresponding
MapListener.
transform method is called after the
original MapEvent is evaluated by a Filter (such as
MapEventFilter). The values contained by the
returned MapEvent object will be the ones given (sent) to the corresponding
listener. Returning null will prevent the emission of the event altogether.
Note: Currently, the MapEventTransformer interface is supported only
by partitioned caches.
| Method Summary | |
|---|---|
MapEvent |
transform(MapEvent event)
Transform the specified MapEvent. |
| Method Detail |
|---|
MapEvent transform(MapEvent event)
event - the original MapEvent object
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||