Package com.flowable.spring.boot
Class RestApiAutoConfiguration.ExternalJobRestApiConfiguration
java.lang.Object
com.flowable.spring.boot.rest.BaseRestApiConfiguration
com.flowable.spring.boot.RestApiAutoConfiguration.ExternalJobRestApiConfiguration
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
- Enclosing class:
- RestApiAutoConfiguration
@Configuration(proxyBeanMethods=false) @ConditionalOnClass(org.flowable.external.job.rest.service.api.ExternalJobRestUrls.class) @Conditional(com.flowable.spring.boot.RestApiAutoConfiguration.ExternalJobRestApiConfiguration.ExternalJobRestCondition.class) @EnableConfigurationProperties(FlowableProcessProperties.class) public static class RestApiAutoConfiguration.ExternalJobRestApiConfiguration extends BaseRestApiConfiguration
-
Field Summary
Fields inherited from class com.flowable.spring.boot.rest.BaseRestApiConfiguration
applicationContext, multipartConfigElement
-
Constructor Summary
Constructors Constructor Description ExternalJobRestApiConfiguration()
-
Method Summary
Modifier and Type Method Description org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet>
externalJobRestService(FlowableProcessProperties properties)
Methods inherited from class com.flowable.spring.boot.rest.BaseRestApiConfiguration
registerServlet, setApplicationContext, setMultipartConfigElement
-
Constructor Details
-
ExternalJobRestApiConfiguration
public ExternalJobRestApiConfiguration()
-
-
Method Details
-
externalJobRestService
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet> externalJobRestService(FlowableProcessProperties properties)
-