Uses of Class
org.ldk.structs.MessageRouter
-
Packages that use MessageRouter Package Description org.ldk.structs -
-
Uses of MessageRouter in org.ldk.structs
Methods in org.ldk.structs that return MessageRouter Modifier and Type Method Description MessageRouterDefaultMessageRouter. as_MessageRouter()Constructs a new MessageRouter which calls the relevant methods on this_arg.static MessageRouterMessageRouter. new_impl(MessageRouter.MessageRouterInterface arg)Methods in org.ldk.structs with parameters of type MessageRouter Modifier and Type Method Description static OnionMessengerOnionMessenger. of(EntropySource entropy_source, NodeSigner node_signer, Logger logger, MessageRouter message_router, OffersMessageHandler offers_handler, CustomOnionMessageHandler custom_handler)Constructs a new `OnionMessenger` to send, forward, and delegate received onion messages to their respective handlers.
-