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.

@FunctionalInterface public interface UserRequestEnhance
Hook for enriching inbound user requests before business routing.
Since:
25.1
Author:
渔民小镇
date:
2025-10-15
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Mutate or augment the decoded request message before it is processed.
  • Method Details

    • enhance

      void enhance(CommunicationMessage message)
      Mutate or augment the decoded request message before it is processed.
      Parameters:
      message - inbound communication message