public interface Envelope<N extends Node,M extends Message>
| Modifier and Type | Method and Description |
|---|---|
M |
getMessage()
Retrieves the message
|
N |
getOrigin()
Retrieves the source originator
of the message.
|
N |
getTarget()
Retrieves the target of the message.
|
Copyright © 2019 state-machine. All rights reserved.