Annotation Interface UponMessageOutSuccess
Marks a method as a handler invoked when an outbound
BabelMessage was
successfully delivered.
The annotated method must accept two parameters: a concrete subtype of
BabelMessage and a BabelNode
representing the receiver.
@UponMessageOutSuccess
public void onFooSent(FooMessage msg, BabelNode receiver) { ... }