public abstract class RawMessagingPreprocessor extends Object
| Constructor and Description |
|---|
RawMessagingPreprocessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract byte[] |
process(byte[] rawMessage,
Optional<Map<String,Serializable>> context) |
public abstract byte[] process(byte[] rawMessage,
Optional<Map<String,Serializable>> context)
rawMessage - the raw joynr message bytescontext - you can optionally add String:Serializable pairs to this map, which
will be made available to the message's recipient. The value must be serializable to
support persistence of messages that could not be processed in the current lifecycle.
The map is preinitialized.Copyright © 2021. All rights reserved.