Interface WorkerResult

All Known Subinterfaces:
WorkerResult.Failure, WorkerResult.Success

public sealed interface WorkerResult permits WorkerResult.Failure, WorkerResult.Success
A result that can be returned by a method annotated with @FlowableWorker. A result can be created by using WorkerResultBuilder and defining it as a parameter in your annotated method.
Author:
Filip Hrisafov
See Also: