Annotation Type UpdateWatchEventFilter


@Deprecated @Target(METHOD) @Retention(RUNTIME) public @interface UpdateWatchEventFilter
Deprecated.
register the watcher via the ControllerBuilder API
Indicates that the method is a filter for EventType.DELETED from watches.

A delete-event filter must have the signature as java.util.function.BiPredicate<ApiType,ApiType> where the 1st parameter is the old state of the resource and the 2nd is the new state.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated.
     
  • Element Details

    • apiTypeClass

      Class apiTypeClass
      Deprecated.