Uses of Class
org.ldk.structs.NetGraphMsgHandler
-
Packages that use NetGraphMsgHandler Package Description org.ldk.structs -
-
Uses of NetGraphMsgHandler in org.ldk.structs
Methods in org.ldk.structs that return NetGraphMsgHandler Modifier and Type Method Description static NetGraphMsgHandlerNetGraphMsgHandler. of(NetworkGraph network_graph, Option_AccessZ chain_access, Logger logger)Creates a new tracker of the actual state of the network of channels and nodes, assuming an existing Network Graph.Methods in org.ldk.structs with parameters of type NetGraphMsgHandler Modifier and Type Method Description static BackgroundProcessorBackgroundProcessor. start(ChannelManagerPersister persister, EventHandler event_handler, ChainMonitor chain_monitor, ChannelManager channel_manager, NetGraphMsgHandler net_graph_msg_handler, PeerManager peer_manager, Logger logger)Start a background thread that takes care of responsibilities enumerated in the [top-level documentation].
-