Uses of Interface
dev.langchain4j.observability.api.AiServiceListenerRegistrar
Packages that use AiServiceListenerRegistrar
Package
Description
-
Uses of AiServiceListenerRegistrar in dev.langchain4j.guardrail
Methods in dev.langchain4j.guardrail that return AiServiceListenerRegistrarModifier and TypeMethodDescriptionGuardrailRequestParams.aiservicelistenerregistrar()Returns theAiServiceListenerRegistrar, which provides functionality for registering, unregistering, and notifying listeners of AI service invocation events.Methods in dev.langchain4j.guardrail with parameters of type AiServiceListenerRegistrarModifier and TypeMethodDescriptionGuardrailRequestParams.Builder.aiServiceListenerRegistrar(AiServiceListenerRegistrar aiServiceListenerRegistrar) Sets the AI service invocation event listener registrar. -
Uses of AiServiceListenerRegistrar in dev.langchain4j.observability.api
Classes in dev.langchain4j.observability.api that implement AiServiceListenerRegistrarMethods in dev.langchain4j.observability.api that return AiServiceListenerRegistrarModifier and TypeMethodDescriptionstatic AiServiceListenerRegistrarAiServiceListenerRegistrar.newInstance()Retrieves an instance ofAiServiceListenerRegistrar. -
Uses of AiServiceListenerRegistrar in dev.langchain4j.service
Fields in dev.langchain4j.service declared as AiServiceListenerRegistrar -
Uses of AiServiceListenerRegistrar in dev.langchain4j.spi.observability
Subinterfaces with type arguments of type AiServiceListenerRegistrar in dev.langchain4j.spi.observabilityModifier and TypeInterfaceDescriptioninterfaceA factory for creatingAiServiceListenerRegistrarinstances.