T - the type of input to the operation to be performed on the message contextpublic interface MessageContextMutatingFunctor<T>
| Modifier and Type | Method and Description |
|---|---|
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 © 2018 JBoss by Red Hat. All rights reserved.