Interface MessageOutSuccessHandler<T extends BabelMessage>
- Type Parameters:
T- the concreteBabelMessagetype this handler processes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface invoked when an outbound
BabelMessage has been
successfully delivered to the remote node.
Instances are created internally by BabelProtocolHolder to wrap protocol methods annotated with
@UponMessageOutSuccess.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMessage(T msg, BabelNode node) Handles the confirmation that a message was successfully sent.
-
Field Details
-
HANDLER_METHOD_NAME
The name of the functional method. Used internally for lambda generation.- See Also:
-
-
Method Details
-
handleMessage
-