Uses of Interface
com.loomcache.server.tracing.TracingContext.CheckedSupplier
Packages that use TracingContext.CheckedSupplier
-
Uses of TracingContext.CheckedSupplier in com.loomcache.server.tracing
Methods in com.loomcache.server.tracing with parameters of type TracingContext.CheckedSupplierModifier and TypeMethodDescriptionstatic <T> TTracingContext.withSpan(String spanName, String kind, TracingContext.CheckedSupplier<T> block) Execute a block of code within a span context and return a result.