Class SpanWrapper
java.lang.Object
io.quarkiverse.langchain4j.runtime.aiservice.SpanWrapper
- All Implemented Interfaces:
AiServiceMethodImplementationSupport.Wrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwrap(AiServiceMethodImplementationSupport.Input input, Function<AiServiceMethodImplementationSupport.Input, Object> fun)
-
Constructor Details
-
SpanWrapper
@Inject public SpanWrapper(io.opentelemetry.api.OpenTelemetry openTelemetry)
-
-
Method Details
-
wrap
public Object wrap(AiServiceMethodImplementationSupport.Input input, Function<AiServiceMethodImplementationSupport.Input, Object> fun) - Specified by:
wrapin interfaceAiServiceMethodImplementationSupport.Wrapper
-