Uses of Class
org.flowable.spring.boot.FlowableHttpProperties
-
Packages that use FlowableHttpProperties Package Description org.flowable.spring.boot org.flowable.spring.boot.cmmn -
-
Uses of FlowableHttpProperties in org.flowable.spring.boot
Fields in org.flowable.spring.boot declared as FlowableHttpProperties Modifier and Type Field Description protected FlowableHttpPropertiesProcessEngineAutoConfiguration. httpPropertiesConstructors in org.flowable.spring.boot with parameters of type FlowableHttpProperties Constructor Description ProcessEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableProcessProperties processProperties, FlowableAppProperties appProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableMailProperties mailProperties, FlowableHttpProperties httpProperties, FlowableAutoDeploymentProperties autoDeploymentProperties) -
Uses of FlowableHttpProperties in org.flowable.spring.boot.cmmn
Fields in org.flowable.spring.boot.cmmn declared as FlowableHttpProperties Modifier and Type Field Description protected FlowableHttpPropertiesCmmnEngineAutoConfiguration. httpPropertiesConstructors in org.flowable.spring.boot.cmmn with parameters of type FlowableHttpProperties Constructor Description CmmnEngineAutoConfiguration(FlowableProperties flowableProperties, FlowableCmmnProperties cmmnProperties, FlowableIdmProperties idmProperties, FlowableEventRegistryProperties eventProperties, FlowableMailProperties mailProperties, FlowableHttpProperties httpProperties, FlowableAutoDeploymentProperties autoDeploymentProperties)
-