Uses of Class
org.ldk.structs.Retry
-
Packages that use Retry Package Description org.ldk.structs -
-
Uses of Retry in org.ldk.structs
Subclasses of Retry in org.ldk.structs Modifier and Type Class Description static classRetry.AttemptsMax number of attempts to retry payment.static classRetry.TimeoutTime elapsed before abandoning retries for a payment.Methods in org.ldk.structs that return Retry Modifier and Type Method Description static RetryRetry. attempts(long a)Utility method to constructs a new Attempts-variant RetryRetryRetry. clone()Creates a copy of the Retrystatic RetryRetry. timeout(long a)Utility method to constructs a new Timeout-variant RetryMethods in org.ldk.structs with parameters of type Retry Modifier and Type Method Description booleanRetry. eq(Retry b)Checks if two Retrys contain equal inner contents.static InvoicePayerInvoicePayer. of(Payer payer, Router router, MultiThreadedLockableScore scorer, Logger logger, EventHandler event_handler, Retry retry)Creates an invoice payer that retries failed payment paths.
-