Package org.ldk.batteries
Interface ChannelManagerConstructor.ChannelManagerPersister
-
- Enclosing class:
- ChannelManagerConstructor
public static interface ChannelManagerConstructor.ChannelManagerPersister
Abstract interface which should handle Events and persist the ChannelManager. When you call chain_sync_completed a background thread is started which will automatically call these methods for you when events occur.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle_event(Event events)
void
persist_manager(byte[] channel_manager_bytes)
-
-
-
Method Detail
-
handle_event
void handle_event(Event events)
-
persist_manager
void persist_manager(byte[] channel_manager_bytes)
-
-