Interface InfinispanSpan<T>
- All Superinterfaces:
BiConsumer<T, Throwable>
- All Known Implementing Classes:
DisabledInfinispanSpan
,OpenTelemetrySpan
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
void
complete()
void
recordException
(Throwable throwable) Methods inherited from interface java.util.function.BiConsumer
andThen
-
Method Details
-
makeCurrent
SafeAutoClosable makeCurrent() -
complete
void complete() -
recordException
-
accept
-