public abstract class BlobHandlerBase extends java.lang.Object implements org.vertx.java.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,
org.vertx.java.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 org.vertx.java.core.Handler<AuthorizedDeviceQuery>
public abstract void handle(AuthorizedDeviceQuery dq, com.google.common.io.ByteSource incomingBlob, org.vertx.java.core.Handler<java.lang.Void> completion)
Copyright © 2021. All Rights Reserved.