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.
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:
-
Method Summary
Modifier and TypeMethodDescriptionvoidCallback allowing aFlowableWorkerEndpointRegistryand specificFlowableWorkerEndpointinstances to be registered against the givenFlowableWorkerEndpointRegistrar.
-
Method Details
-
configureFlowableWorkers
Callback allowing aFlowableWorkerEndpointRegistryand specificFlowableWorkerEndpointinstances to be registered against the givenFlowableWorkerEndpointRegistrar. The defaultFlowableWorkerContainerFactorycan also be customized.- Parameters:
registrar- the registrar to be configured
-