Annotation Type UpdateWatchEventFilter
Deprecated.
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
-
Element Details
-
apiTypeClass
Class apiTypeClassDeprecated.
-
ControllerBuilderAPI