Package org.ldk.structs
Interface MessageSendEventsProvider.MessageSendEventsProviderInterface
-
- Enclosing class:
- MessageSendEventsProvider
public static interface MessageSendEventsProvider.MessageSendEventsProviderInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageSendEvent[]
get_and_clear_pending_msg_events()
Gets the list of pending events which were generated by previous actions, clearing the list in the process.
-
-
-
Method Detail
-
get_and_clear_pending_msg_events
MessageSendEvent[] get_and_clear_pending_msg_events()
Gets the list of pending events which were generated by previous actions, clearing the list in the process.
-
-