Interface BaseAdvisorChain

All Superinterfaces:
AdvisorChain, CallAdvisorChain, StreamAdvisorChain
All Known Implementing Classes:
DefaultAroundAdvisorChain

public interface BaseAdvisorChain extends CallAdvisorChain, StreamAdvisorChain
A base interface for advisor chains that can be used to chain multiple advisors together, both for call and stream advisors.
Since:
1.0.0
Author:
Thomas Vitale