Interface FlowableWorkerEndpoint
- All Known Implementing Classes:
AbstractFlowableWorkerEndpoint,MethodFlowableWorkerEndpoint
public interface FlowableWorkerEndpoint
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Return the id of this endpoint.voidsetupWorkerContainer(FlowableWorkerContainer workerContainer) Set up the specified worker container with the model defined by this endpoint.
-
Method Details
-
getId
String getId()Return the id of this endpoint. -
setupWorkerContainer
Set up the specified worker container with the model defined by this endpoint.This endpoint must provide the requested missing option(s) of the specified container to make it usable. Usually, this is about setting the
topicand theworkerContainerto use but an implementation may override any default setting that was already set.- Parameters:
workerContainer- the worker container to configure
-