java.lang.Object
org.firebirdsql.gds.ng.wire.DeferredAction.Builder
- Enclosing interface:
- DeferredAction
Builder for lambda-based deferred actions.
- Since:
- 6.0.4
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withOnException(Consumer<Exception> onException) withProcessResponse(Consumer<Response> processResponse) withRequiresSync(boolean requiresSync) withWarningMessageCallback(@Nullable WarningMessageCallback warningMessageCallback)
-
Method Details
-
withProcessResponse
-
withOnException
-
withWarningMessageCallback
public DeferredAction.Builder withWarningMessageCallback(@Nullable WarningMessageCallback warningMessageCallback) -
withRequiresSync
-
build
-