Interface FlowableWorkerEndpoint

All Known Implementing Classes:
AbstractFlowableWorkerEndpoint, MethodFlowableWorkerEndpoint

public interface FlowableWorkerEndpoint
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the id of this endpoint.
    void
    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

      void setupWorkerContainer(FlowableWorkerContainer workerContainer)
      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 topic and the workerContainer to use but an implementation may override any default setting that was already set.

      Parameters:
      workerContainer - the worker container to configure