Uses of Class
org.flowable.eventregistry.impl.parser.ChannelDefinitionParseFactory
Packages that use ChannelDefinitionParseFactory
-
Uses of ChannelDefinitionParseFactory in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl declared as ChannelDefinitionParseFactoryModifier and TypeFieldDescriptionprotected ChannelDefinitionParseFactoryEventRegistryEngineConfiguration.channelParseFactory -
Uses of ChannelDefinitionParseFactory in org.flowable.eventregistry.impl.deployer
Fields in org.flowable.eventregistry.impl.deployer declared as ChannelDefinitionParseFactoryModifier and TypeFieldDescriptionprotected ChannelDefinitionParseFactoryParsedDeploymentBuilder.channelDefinitionParseFactoryprotected ChannelDefinitionParseFactoryParsedDeploymentBuilderFactory.channelParseFactoryMethods in org.flowable.eventregistry.impl.deployer that return ChannelDefinitionParseFactoryMethods in org.flowable.eventregistry.impl.deployer with parameters of type ChannelDefinitionParseFactoryModifier and TypeMethodDescriptionvoidParsedDeploymentBuilderFactory.setChannelParseFactory(ChannelDefinitionParseFactory channelParseFactory) Constructors in org.flowable.eventregistry.impl.deployer with parameters of type ChannelDefinitionParseFactoryModifierConstructorDescriptionParsedDeploymentBuilder(EventDeploymentEntity deployment, EventDefinitionParseFactory eventDefinitionParseFactory, ChannelDefinitionParseFactory channelDefinitionParseFactory)