All Classes and Interfaces
Class
Description
Base model for a Flowable worker endpoint.
Enable Flowable Worker annotated endpoints that are created under the cover by a
FlowableWorkerContainerFactory.Annotation that marks a method to be the target of an External Worker Job
for the specific
FlowableWorker.topic().Bean post-processor that registers methods annotated with
FlowableWorker to be invoked by a Flowable worker container created under the cover
by a FlowableWorkerContainerFactory according to the attributes of the annotation.Optional interface to be implemented by a Spring managed bean willing to customize how Flowable worker endpoints are configured.
Factory of
FlowableWorkerContainer based on a FlowableWorkerEndpoint definition.Helper bean for registering
FlowableWorkerEndpoint with a FlowableWorkerEndpointRegistry.Listener interface to receive acquire Flowable External Worker jobs
Container annotation that aggregates several
FlowableWorker annotations.A
FlowableWorkerEndpoint providing the method to invoke to process an incoming message for this endpoint.A result that can be returned by a method annotated with
@FlowableWorker.A failure result.
A successful result.
A builder that can be used to construct the appropriate
WorkerResult.