Uses of Class
org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
-
Packages that use FlowableEventRegistryProperties Package Description org.flowable.spring.boot org.flowable.spring.boot.app org.flowable.spring.boot.cmmn org.flowable.spring.boot.eventregistry -
-
Uses of FlowableEventRegistryProperties in org.flowable.spring.boot
Fields in org.flowable.spring.boot declared as FlowableEventRegistryProperties Modifier and Type Field Description protected FlowableEventRegistryPropertiesProcessEngineAutoConfiguration. eventPropertiesMethods in org.flowable.spring.boot with parameters of type FlowableEventRegistryProperties Modifier and Type Method Description org.springframework.boot.web.servlet.ServletRegistrationBeanRestApiAutoConfiguration.EventRegistryRestApiConfiguration. eventRegistryServlet(FlowableEventRegistryProperties properties)Constructors in org.flowable.spring.boot with parameters of type FlowableEventRegistryProperties Constructor Description ProcessEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableProcessProperties processProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableMailProperties mailProperties, FlowableHttpProperties httpProperties, FlowableAutoDeploymentProperties autoDeploymentProperties) -
Uses of FlowableEventRegistryProperties in org.flowable.spring.boot.app
Fields in org.flowable.spring.boot.app declared as FlowableEventRegistryProperties Modifier and Type Field Description protected FlowableEventRegistryPropertiesAppEngineAutoConfiguration. eventPropertiesConstructors in org.flowable.spring.boot.app with parameters of type FlowableEventRegistryProperties Constructor Description AppEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableAutoDeploymentProperties autoDeploymentProperties) -
Uses of FlowableEventRegistryProperties in org.flowable.spring.boot.cmmn
Fields in org.flowable.spring.boot.cmmn declared as FlowableEventRegistryProperties Modifier and Type Field Description protected FlowableEventRegistryPropertiesCmmnEngineAutoConfiguration. eventPropertiesConstructors in org.flowable.spring.boot.cmmn with parameters of type FlowableEventRegistryProperties Constructor Description CmmnEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableCmmnProperties cmmnProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableMailProperties mailProperties, FlowableHttpProperties httpProperties, FlowableAutoDeploymentProperties autoDeploymentProperties) -
Uses of FlowableEventRegistryProperties in org.flowable.spring.boot.eventregistry
Fields in org.flowable.spring.boot.eventregistry declared as FlowableEventRegistryProperties Modifier and Type Field Description protected FlowableEventRegistryPropertiesEventRegistryAutoConfiguration. eventPropertiesConstructors in org.flowable.spring.boot.eventregistry with parameters of type FlowableEventRegistryProperties Constructor Description EventRegistryAutoConfiguration(FlowableProperties flowableProperties, FlowableEventRegistryProperties eventProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
-