Uses of Record Class
org.nanonative.nano.core.model.Unhandled
Packages that use Unhandled
-
Uses of Unhandled in org.nanonative.nano.core.model
Method parameters in org.nanonative.nano.core.model with type arguments of type UnhandledModifier and TypeMethodDescriptionfinal ContextContext.runAwaitHandled(Consumer<Unhandled> onFailure, ExRunnable... runnable) Executes asynchronously and waits for all runnable to be readyfinal NanoThread[]Context.runAwaitReturnHandled(Consumer<Unhandled> onFailure, ExRunnable... runnable) Executes and waits for allServiceto be readyfinal ContextContext.runHandled(Consumer<Unhandled> onFailure, ExRunnable... runnable) Executes one or multiple runnable asynchronously.final NanoThread[]Context.runReturnHandled(Consumer<Unhandled> onFailure, ExRunnable... runnable) Executes one or multiple runnable asynchronously.