Annotation Interface UponSignedMessageIn
Marks a method as a handler for an inbound cryptographically signed message.
The annotated method must accept a SignedBabelMessage
parameterized with the expected payload message type, and a BabelNode
sender parameter.