Interface ModelCallHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Handler interface for model call interceptors.
Implementations can wrap and modify model calls.
-
Method Summary
-
Method Details
-
call
Execute a model call request.- Parameters:
request- The model request- Returns:
- The model response
-