Annotation Interface FederatedChangeEvents


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface FederatedChangeEvents
EntryEventInterceptor is an annotation that should be applied to EventInterceptor implementations that want to receive FederatedChangeEvents.
Since:
20.06
Author:
as 2020.04.04
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    com.tangosol.net.events.federation.FederatedChangeEvent.Type[]
    This element specifies all types of FederatedChangeEvent.Types the interceptor would like to be invoked on.
  • Element Details

    • value

      com.tangosol.net.events.federation.FederatedChangeEvent.Type[] value
      This element specifies all types of FederatedChangeEvent.Types the interceptor would like to be invoked on.

      If not specified, the interceptor will be registered to handle ALL FederatedChangeEvent.Types.

      Returns:
      all FederatedChangeEvent.Types the EventInterceptor would like to receive notifications on
      Default:
      {}