public abstract class MessageInteraction extends Interaction
Modifier and Type | Field and Description |
---|---|
private AddressedMessage |
msg |
deadlineMsec, isComplete
Constructor and Description |
---|
MessageInteraction(AddressedMessage msg) |
Modifier and Type | Method and Description |
---|---|
NodeID |
dstNode() |
void |
sendRequest(Connection downstream)
Called by the system when it is time to send this interaction.
|
onTimeout
private final AddressedMessage msg
MessageInteraction(AddressedMessage msg)
public void sendRequest(Connection downstream)
Interaction
sendRequest
in class Interaction
downstream
- the connection over which to send the requestpublic NodeID dstNode()
dstNode
in class Interaction
Copyright © 2017 The OpenLCB Group. All rights reserved.