Package org.flowable.spring.boot
Class RestApiAutoConfiguration.EventRegistryRestApiConfiguration
java.lang.Object
org.flowable.spring.boot.rest.BaseRestApiConfiguration
org.flowable.spring.boot.RestApiAutoConfiguration.EventRegistryRestApiConfiguration
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- Enclosing class:
- RestApiAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(org.flowable.eventregistry.rest.service.api.EventRestUrls.class)
@ConditionalOnBean(org.flowable.eventregistry.impl.EventRegistryEngine.class)
public static class RestApiAutoConfiguration.EventRegistryRestApiConfiguration
extends BaseRestApiConfiguration
-
Field Summary
Fields inherited from class org.flowable.spring.boot.rest.BaseRestApiConfiguration
applicationContext, multipartConfigElement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.ServletRegistrationBeaneventRegistryServlet(FlowableEventRegistryProperties properties) Methods inherited from class org.flowable.spring.boot.rest.BaseRestApiConfiguration
registerServlet, setApplicationContext, setMultipartConfigElement
-
Constructor Details
-
EventRegistryRestApiConfiguration
public EventRegistryRestApiConfiguration()
-
-
Method Details
-
eventRegistryServlet
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean eventRegistryServlet(FlowableEventRegistryProperties properties)
-