GigaSpaces XAP 9.7.2 API

org.openspaces.events.adapter
Annotation Type SpaceDataEvent


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface SpaceDataEvent

A space data event annotation allowing to mark methods as delegates to be executed when an event occurs.

Note, methods can have no parameters. They can also have one or more parameters ordered based on SpaceDataEventListener.onEvent(Object, org.openspaces.core.GigaSpace, org.springframework.transaction.TransactionStatus, Object).

Author:
kimchy
See Also:
AnnotationEventListenerAdapter


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.