public abstract class BlobHandlerBase extends java.lang.Object implements io.vertx.core.Handler<AuthorizedDeviceQuery>
| Modifier | Constructor and Description |
|---|---|
protected |
BlobHandlerBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AuthorizedDeviceQuery query) |
abstract void |
handle(AuthorizedDeviceQuery dq,
com.google.common.io.ByteSource incomingBlob,
io.vertx.core.Handler<java.lang.Void> completion)
The body of the request has been read when this is called.
|
public final void handle(AuthorizedDeviceQuery query)
handle in interface io.vertx.core.Handler<AuthorizedDeviceQuery>public abstract void handle(AuthorizedDeviceQuery dq, com.google.common.io.ByteSource incomingBlob, io.vertx.core.Handler<java.lang.Void> completion)
Copyright © 2024. All Rights Reserved.