Annotation Interface UponSignedMessageOutFailed


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface UponSignedMessageOutFailed
Marks a method as a handler for failed transmission of an outbound signed message.

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