T - the type of input to the operation to be performed on the message contextpublic interface MessageContextMutatingFunctor<T>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
mutate(MessageContext msgContext,
T input)
Mutate the specified message context based on the supplied input value.
|
void mutate(MessageContext msgContext, T input) throws MessageException
msgContext - the current message contextinput - the input to the mutation operationMessageException - if there is a fatal error processing the contextCopyright © 2012. All Rights Reserved.