public class NoOpRawMessagingPreprocessor extends RawMessagingPreprocessor
| Constructor and Description |
|---|
NoOpRawMessagingPreprocessor() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
process(byte[] rawMessage,
Optional<Map<String,Serializable>> context) |
public byte[] process(byte[] rawMessage,
Optional<Map<String,Serializable>> context)
process in class RawMessagingPreprocessorrawMessage - 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.