@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.flowable.eventregistry.rest.service.api.EventRestUrls.class) @ConditionalOnBean(value=org.flowable.eventregistry.impl.EventRegistryEngine.class) public static class RestApiAutoConfiguration.EventRegistryRestApiConfiguration extends BaseRestApiConfiguration
applicationContext, multipartConfigElement| Constructor and Description |
|---|
EventRegistryRestApiConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean |
eventRegistryServlet(FlowableEventRegistryProperties properties) |
registerServlet, setApplicationContext, setMultipartConfigElement@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean eventRegistryServlet(FlowableEventRegistryProperties properties)
Copyright © 2022 Flowable. All rights reserved.