GigaSpaces XAP 9.0 API

org.openspaces.events
Annotation Type EventDriven


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface EventDriven

A simple marker interface denoting a class to be event driven. The type of the event can be Notify or Polling.

Marking a class just with this interface without the actual type (polling or notify) will default to polling.

Author:
kimchy


GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.