public class DbRequestParametersBuilderBuffer extends DbRequestParametersBuilder<io.vertx.core.buffer.Buffer>
Implements the request builder for Buffer
| Constructor and Description |
|---|
DbRequestParametersBuilderBuffer() |
| Modifier and Type | Method and Description |
|---|---|
DbRequestParametersBuilder<io.vertx.core.buffer.Buffer> |
validatorFromEventBusId(java.lang.String eventBusId,
java.util.function.Predicate<io.vertx.core.json.JsonObject> customValidator) |
DbRequestParametersBuilder<io.vertx.core.buffer.Buffer> |
validatorFromEventBusId(java.lang.String eventBusId,
java.util.function.Predicate<io.vertx.core.json.JsonObject> customValidator,
io.reactivex.Observer<io.vertx.core.buffer.Buffer> observer) |
DbRequestParametersBuilder<io.vertx.core.buffer.Buffer> |
validatorFromEventBusId(java.lang.String eventBusId,
java.util.function.Predicate<io.vertx.core.json.JsonObject> customValidator,
io.reactivex.Observer<io.vertx.core.buffer.Buffer> observer,
boolean failIfMissing) |
build, client, db, factory, incoming, observer, session, skipValidation, validatorpublic DbRequestParametersBuilder<io.vertx.core.buffer.Buffer> validatorFromEventBusId(java.lang.String eventBusId, java.util.function.Predicate<io.vertx.core.json.JsonObject> customValidator) throws KeepExceptionMissingParameters
validatorFromEventBusId in class DbRequestParametersBuilder<io.vertx.core.buffer.Buffer>eventBusId - customValidator - KeepExceptionMissingParameters - public DbRequestParametersBuilder<io.vertx.core.buffer.Buffer> validatorFromEventBusId(java.lang.String eventBusId, java.util.function.Predicate<io.vertx.core.json.JsonObject> customValidator, io.reactivex.Observer<io.vertx.core.buffer.Buffer> observer) throws KeepExceptionMissingParameters
validatorFromEventBusId in class DbRequestParametersBuilder<io.vertx.core.buffer.Buffer>eventBusId - customValidator - observer - KeepExceptionMissingParameterspublic DbRequestParametersBuilder<io.vertx.core.buffer.Buffer> validatorFromEventBusId(java.lang.String eventBusId, java.util.function.Predicate<io.vertx.core.json.JsonObject> customValidator, io.reactivex.Observer<io.vertx.core.buffer.Buffer> observer, boolean failIfMissing) throws KeepExceptionMissingParameters
validatorFromEventBusId in class DbRequestParametersBuilder<io.vertx.core.buffer.Buffer>eventBusId - customValidator - observer - failIfMissing - KeepExceptionMissingParameters