public interface BusMessagePreProcessor
| Modifier and Type | Method and Description |
|---|---|
Bus |
getBus()
The Bus this BusMessagePreProcessor applies to.
|
BusMessage |
preProcessMessage(BusMessage msg)
Pre-process the incoming BusMessage and return the message to be
forwarded to the bus message listeners.
|
BusMessage preProcessMessage(BusMessage msg)
msg - The incoming BusMessageBus getBus()
Copyright © 2020 LSST. All rights reserved.