Interface FlowableWorkerConfigurer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FlowableWorkerConfigurer
Optional interface to be implemented by a Spring managed bean willing to customize how Flowable worker endpoints are configured. Typically used to define the default FlowableWorkerContainerFactory to use or for registering Flowable Worker endpoints in a programmatic fashion as opposed to the declarative approach of using the @FlowableWorker annotation.

See @EnableFlowableWorker for detailed usage examples.

Author:
Filip Hrisafov
See Also: