Uses of Interface
org.flowable.eventregistry.api.EventDeployment
Packages that use EventDeployment
-
Uses of EventDeployment in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return EventDeploymentModifier and TypeMethodDescriptionEventDeploymentBuilder.deploy()Deploys all provided sources to the Flowable engine. -
Uses of EventDeployment in org.flowable.eventregistry.api.model
Methods in org.flowable.eventregistry.api.model that return EventDeploymentModifier and TypeMethodDescriptionEventModelBuilder.deploy()Deploys a new event definition for this event model.InboundChannelModelBuilder.deploy()Creates theInboundChannelModelinstance based on the configuration and registers it with theEventRepositoryService.InboundChannelModelBuilder.InboundEventTransformerBuilder.deploy()OutboundChannelModelBuilder.deploy()Creates theOutboundChannelModelinstance based on the configuration and registers it with theEventRegistry.