类 AbstractHeaderMapper<T>

    • 字段详细资料

    • 方法详细资料

      • setInboundPrefix

        public void setInboundPrefix​(@Nullable
                                     String inboundPrefix)
        Specify a prefix to be appended to the message header name for any user-defined property that is being mapped into the MessageHeaders. The default is an empty String (no prefix).
      • setOutboundPrefix

        public void setOutboundPrefix​(@Nullable
                                      String outboundPrefix)
        Specify a prefix to be appended to the protocol property name for any user-defined message header that is being mapped into the protocol-specific Message. The default is an empty String (no prefix).