public class HollowDataHandler extends java.lang.Object implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>, NeedVertxExecutor
| Constructor and Description | 
|---|
HollowDataHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.function.Function<java.lang.Long,com.netflix.hollow.api.consumer.HollowConsumer.Blob> | 
getBlobRetriever(DataSerializer ds,
                net.bluemind.core.serialization.http.HollowDataHandler.Target target)  | 
void | 
handle(io.vertx.core.http.HttpServerRequest request)  | 
void | 
setVertxExecutor(io.vertx.core.Vertx vertx,
                java.util.concurrent.ExecutorService bmExecutor)
Instances implementing that will be given a vertx instance and a
 BMExecutor. 
 | 
public void handle(io.vertx.core.http.HttpServerRequest request)
handle in interface io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>public java.util.function.Function<java.lang.Long,com.netflix.hollow.api.consumer.HollowConsumer.Blob> getBlobRetriever(DataSerializer ds, net.bluemind.core.serialization.http.HollowDataHandler.Target target)
public void setVertxExecutor(io.vertx.core.Vertx vertx,
                             java.util.concurrent.ExecutorService bmExecutor)
NeedVertxExecutorsetVertxExecutor in interface NeedVertxExecutorCopyright © 2023. All Rights Reserved.