Package io.vertx.grpc.contextstorage
Class ContextStorageService
- java.lang.Object
-
- io.vertx.grpc.contextstorage.ContextStorageService
-
- All Implemented Interfaces:
VertxServiceProvider
public class ContextStorageService extends Object implements VertxServiceProvider
Register the local storage.
-
-
Field Summary
Fields Modifier and Type Field Description static ContextLocal<GrpcStorage>
CONTEXT_LOCAL
-
Constructor Summary
Constructors Constructor Description ContextStorageService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(io.vertx.core.internal.VertxBootstrap builder)
Let the provider initialize the Vert.x builder.
-
-
-
Field Detail
-
CONTEXT_LOCAL
public static final ContextLocal<GrpcStorage> CONTEXT_LOCAL
-
-
Method Detail
-
init
public void init(io.vertx.core.internal.VertxBootstrap builder)
Description copied from interface:VertxServiceProvider
Let the provider initialize the Vert.x builder.- Specified by:
init
in interfaceVertxServiceProvider
- Parameters:
builder
- the builder
-
-