Interface UserRequestEnhance
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Hook for enriching inbound user requests before business routing.
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-10-15
-
Method Summary
Modifier and TypeMethodDescriptionvoidenhance(CommunicationMessage message) Mutate or augment the decoded request message before it is processed.
-
Method Details
-
enhance
Mutate or augment the decoded request message before it is processed.- Parameters:
message- inbound communication message
-