Annotation Interface UponSignedMessageIn


@Documented @Retention(RUNTIME) @Target(METHOD) public @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.