Uses of Class
org.ldk.structs.EventHandler
-
Packages that use EventHandler Package Description org.ldk.structs -
-
Uses of EventHandler in org.ldk.structs
Methods in org.ldk.structs that return EventHandler Modifier and Type Method Description EventHandlerInvoicePayer. as_EventHandler()Constructs a new EventHandler which calls the relevant methods on this_arg.EventHandlerNetworkGraph. as_EventHandler()Constructs a new EventHandler which calls the relevant methods on this_arg.static EventHandlerEventHandler. new_impl(EventHandler.EventHandlerInterface arg)Methods in org.ldk.structs with parameters of type EventHandler Modifier and Type Method Description static InvoicePayerInvoicePayer. of(Payer payer, Router router, MultiThreadedLockableScore scorer, Logger logger, EventHandler event_handler, Retry retry)Creates an invoice payer that retries failed payment paths.voidEventsProvider.EventsProviderInterface. process_pending_events(EventHandler handler)Processes any events generated since the last call using the given event handler.voidEventsProvider. process_pending_events(EventHandler handler)Processes any events generated since the last call using the given event handler.static BackgroundProcessorBackgroundProcessor. start(Persister persister, EventHandler event_handler, ChainMonitor chain_monitor, ChannelManager channel_manager, GossipSync gossip_sync, PeerManager peer_manager, Logger logger, MultiThreadedLockableScore scorer)Start a background thread that takes care of responsibilities enumerated in the [top-level documentation].
-