Package com.yworkflow.common
package com.yworkflow.common
-
InterfacesClassDescriptionWorkflowCallable<R,
T extends Throwable> A functional interface that represents a task that returns a result and potentially throws a checked exception.WorkflowFunction<A,R, T extends Throwable> A functional interface that represents a function that takes one argument and returns a result, potentially throwing a checked exception.WorkflowRunnable<T extends Throwable>A functional interface that represents an operation that takes no arguments, returns no result, and potentially throws a checked exception.