Class MetricsTimedWrapper
java.lang.Object
io.quarkiverse.langchain4j.runtime.aiservice.MetricsTimedWrapper
- All Implemented Interfaces:
AiServiceMethodImplementationSupport.Wrapper
public class MetricsTimedWrapper
extends Object
implements AiServiceMethodImplementationSupport.Wrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwrap(AiServiceMethodImplementationSupport.Input input, Function<AiServiceMethodImplementationSupport.Input, Object> fun)
-
Constructor Details
-
MetricsTimedWrapper
public MetricsTimedWrapper()
-
-
Method Details
-
wrap
public Object wrap(AiServiceMethodImplementationSupport.Input input, Function<AiServiceMethodImplementationSupport.Input, Object> fun) - Specified by:
wrapin interfaceAiServiceMethodImplementationSupport.Wrapper
-