Uses of Interface
io.apicurio.registry.storage.impl.sql.jdb.HandleCallback
-
Packages that use HandleCallback Package Description io.apicurio.registry.storage.impl.sql -
-
Uses of HandleCallback in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql with parameters of type HandleCallback Modifier and Type Method Description <R,X extends Exception>
RHandleFactory. withHandle(HandleCallback<R,X> callback)<R,X extends Exception>
RHandleFactory. withHandleNoException(HandleCallback<R,X> callback)
-