Interface CallAdvisorChain

All Superinterfaces:
AdvisorChain
All Known Subinterfaces:
BaseAdvisorChain
All Known Implementing Classes:
DefaultAroundAdvisorChain

public interface CallAdvisorChain extends AdvisorChain
A chain of CallAdvisor instances orchestrating the execution of a ChatClientRequest on the next CallAdvisor in the chain.
Since:
1.0.0
Author:
Christian Tzolov, Dariusz Jedrzejczyk, Thomas Vitale