Uses of Class
org.ldk.structs.Persister
-
Packages that use Persister Package Description org.ldk.structs -
-
Uses of Persister in org.ldk.structs
Methods in org.ldk.structs that return Persister Modifier and Type Method Description static PersisterPersister. new_impl(Persister.PersisterInterface arg)Methods in org.ldk.structs with parameters of type Persister Modifier and Type Method Description 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].
-