File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
spring-ai-docs/src/main/antora/modules/ROOT/pages/api Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,11 @@ The execution order of advisors in the chain is determined by the `getOrder()` m
7575[NOTE]
7676====
7777The seeming contradiction between order and execution sequence is due to the stack-like nature of the advisor chain:
78- * An advisor with the highest precedence (lowest order value) is added to the top of the stack.
79- * It will be the first to process the request as the stack unwinds.
80- * It will be the last to process the response as the stack rewinds.
78+
79+ - An advisor with the highest precedence (lowest order value) is added to the top of the stack.
80+ - It will be the first to process the request as the stack unwinds.
81+ - It will be the last to process the response as the stack rewinds.
82+
8183====
8284
8385As a reminder, here are the semantics of the Spring `Ordered` interface:
You can’t perform that action at this time.
0 commit comments