Uses of Class
org.flowable.external.worker.config.FlowableWorkerEndpointRegistry
Packages that use FlowableWorkerEndpointRegistry
-
Uses of FlowableWorkerEndpointRegistry in org.flowable.external.worker.annotation
Fields in org.flowable.external.worker.annotation declared as FlowableWorkerEndpointRegistryModifier and TypeFieldDescriptionprotected FlowableWorkerEndpointRegistryFlowableWorkerAnnotationBeanPostProcessor.endpointRegistryMethods in org.flowable.external.worker.annotation that return FlowableWorkerEndpointRegistryModifier and TypeMethodDescriptionFlowableWorkerBootstrapConfiguration.defaultFlowableWorkerEndpointRegistry()Methods in org.flowable.external.worker.annotation with parameters of type FlowableWorkerEndpointRegistryModifier and TypeMethodDescriptionvoidFlowableWorkerAnnotationBeanPostProcessor.setEndpointRegistry(FlowableWorkerEndpointRegistry endpointRegistry) Set theFlowableWorkerEndpointRegistrythat will hold the created endpoint and manage the lifecycle of the related worker container. -
Uses of FlowableWorkerEndpointRegistry in org.flowable.external.worker.config
Fields in org.flowable.external.worker.config declared as FlowableWorkerEndpointRegistryModifier and TypeFieldDescriptionprotected FlowableWorkerEndpointRegistryFlowableWorkerEndpointRegistrar.endpointRegistryMethods in org.flowable.external.worker.config that return FlowableWorkerEndpointRegistryModifier and TypeMethodDescriptionFlowableWorkerEndpointRegistrar.getEndpointRegistry()Return theFlowableWorkerEndpointRegistryinstance for this registrar, may benull.Methods in org.flowable.external.worker.config with parameters of type FlowableWorkerEndpointRegistryModifier and TypeMethodDescriptionvoidFlowableWorkerEndpointRegistrar.setEndpointRegistry(FlowableWorkerEndpointRegistry endpointRegistry) Set theFlowableWorkerEndpointRegistryinstance to use.