MessageType
- the message type of the message context on which to operateT
- the type of input to the operation to be performed on the message contextpublic interface MessageContextMutatingFunctor<MessageType,T>
MessageContext
, or data contained therein,
based on an input value of a particular type.Modifier and Type | Method and Description |
---|---|
void |
mutate(MessageContext<MessageType> msgContext,
T input)
Mutate the specified message context based on the supplied input value.
|
void mutate(MessageContext<MessageType> 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 © 2017. All rights reserved.