Uses of Class
io.vertx.tracing.opentelemetry.VertxContextStorageProvider.VertxContextStorage
-
Packages that use VertxContextStorageProvider.VertxContextStorage Package Description io.vertx.tracing.opentelemetry -
-
Uses of VertxContextStorageProvider.VertxContextStorage in io.vertx.tracing.opentelemetry
Methods in io.vertx.tracing.opentelemetry that return VertxContextStorageProvider.VertxContextStorage Modifier and Type Method Description static VertxContextStorageProvider.VertxContextStorage
VertxContextStorageProvider.VertxContextStorage. valueOf(String name)
Returns the enum constant of this type with the specified name.static VertxContextStorageProvider.VertxContextStorage[]
VertxContextStorageProvider.VertxContextStorage. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-