Uses of Class
org.eclipse.microprofile.openapi.annotations.callbacks.CallbackOperation
-
Packages that use CallbackOperation Package Description org.eclipse.microprofile.openapi.annotations.callbacks A set of annotations to represent callback URL or an array of relevant callback URLs that can be invoked for a particular HTTP operation as well as the HTTP operation that will be invoked with the callback. -
-
Uses of CallbackOperation in org.eclipse.microprofile.openapi.annotations.callbacks
Methods in org.eclipse.microprofile.openapi.annotations.callbacks that return CallbackOperation Modifier and Type Method Description CallbackOperation[]
operations()
The array of operations that will be called out-of band
-