Uses of Interface
com.loomcache.server.tracing.TracingContext.CheckedRunnable
Packages that use TracingContext.CheckedRunnable
-
Uses of TracingContext.CheckedRunnable in com.loomcache.server.tracing
Methods in com.loomcache.server.tracing with parameters of type TracingContext.CheckedRunnableModifier and TypeMethodDescriptionstatic voidTracingContext.withSpan(String spanName, String kind, TracingContext.CheckedRunnable block) Execute a block of code within a span context.