@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.flowable.external.job.rest.service.api.ExternalJobRestUrls.class) @Conditional(value=org.flowable.spring.boot.RestApiAutoConfiguration.ExternalJobRestApiConfiguration.ExternalJobRestCondition.class) @EnableConfigurationProperties(value=FlowableProcessProperties.class) public static class RestApiAutoConfiguration.ExternalJobRestApiConfiguration extends BaseRestApiConfiguration
applicationContext, multipartConfigElement| Constructor and Description |
|---|
ExternalJobRestApiConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean |
externalJobRestService(FlowableProcessProperties properties) |
registerServlet, setApplicationContext, setMultipartConfigElement@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean externalJobRestService(FlowableProcessProperties properties)
Copyright © 2022 Flowable. All rights reserved.