Interface BaseAdvisorChain
- All Superinterfaces:
AdvisorChain, CallAdvisorChain, StreamAdvisorChain
- All Known Implementing Classes:
DefaultAroundAdvisorChain
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
-
Method Summary
Methods inherited from interface AdvisorChain
getObservationRegistryMethods inherited from interface CallAdvisorChain
copy, getCallAdvisors, nextCallMethods inherited from interface StreamAdvisorChain
getStreamAdvisors, nextStream