Class FlowableInfoAutoConfiguration
java.lang.Object
com.flowable.spring.boot.actuate.info.FlowableInfoAutoConfiguration
@Configuration(proxyBeanMethods=false) @AutoConfigureBefore(EndpointAutoConfiguration.class) @AutoConfigureAfter(RestApiAutoConfiguration.class) @ConditionalOnClass({org.springframework.boot.actuate.info.InfoContributor.class,org.springframework.boot.actuate.autoconfigure.info.ConditionalOnEnabledInfoContributor.class}) public class FlowableInfoAutoConfiguration extends java.lang.Object
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors Constructor Description FlowableInfoAutoConfiguration()
-
Method Summary
Modifier and Type Method Description FlowableInfoContributor
flowableInfoContributor()
-
Constructor Details
-
FlowableInfoAutoConfiguration
public FlowableInfoAutoConfiguration()
-
-
Method Details
-
flowableInfoContributor
@Bean @ConditionalOnEnabledInfoContributor("flowable") public FlowableInfoContributor flowableInfoContributor()
-