Package org.ldk.batteries
Interface ChannelManagerConstructor.ChannelManagerPersister
-
- Enclosing class:
- ChannelManagerConstructor
public static interface ChannelManagerConstructor.ChannelManagerPersisterAbstract 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 voidhandle_event(Event events)voidpersist_manager(byte[] channel_manager_bytes)
-
-
-
Method Detail
-
handle_event
void handle_event(Event events)
-
persist_manager
void persist_manager(byte[] channel_manager_bytes)
-
-