@Target(value=METHOD) @Retention(value=RUNTIME) public @interface UpdateWatchEventFilter
EventType.MODIFIED from watches.
A update-event filter must have the signature as java.util.function.BiPredicate where the 1st parameter is the
"before-deletion" state of the resource and the 2nd indicates whether the cache entry for the
resource is stale.
| Modifier and Type | Required Element and Description |
|---|---|
Class |
apiTypeClass |
public abstract Class apiTypeClass
Copyright © 2020. All rights reserved.