Interface CacheValueTranslator<S>

    • Method Detail

      • addValueToMessage

        default void addValueToMessage​(AdaptrisMessage msg,
                                       S value)
                                throws CoreException
        Injects the supplied Object value into the message,
        Throws:
        CoreException
        Implementation Note:
        The default implementation throws an UnsupportedOperationException and should be overridden.