Class ContextStorageService
java.lang.Object
io.vertx.grpc.contextstorage.ContextStorageService
- All Implemented Interfaces:
VertxServiceProvider
Register the local storage.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(io.vertx.core.internal.VertxBootstrap builder) Let the provider initialize the Vert.x builder.
-
Field Details
-
CONTEXT_LOCAL
-
-
Constructor Details
-
ContextStorageService
public ContextStorageService()
-
-
Method Details
-
init
public void init(io.vertx.core.internal.VertxBootstrap builder) Description copied from interface:VertxServiceProviderLet the provider initialize the Vert.x builder.- Specified by:
initin interfaceVertxServiceProvider- Parameters:
builder- the builder
-