Annotation Interface UponSignedMessageOutSuccess


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface UponSignedMessageOutSuccess
Marks a method as a handler for successful delivery of an outbound signed message.

The annotated method must accept a SignedBabelMessage and a BabelNode receiver parameter.