Uses of Class
com.flowable.spring.boot.metrics.FlowableMetricsProperties
| Package | Description |
|---|---|
| com.flowable.spring.boot | |
| com.flowable.spring.boot.metrics |
-
Uses of FlowableMetricsProperties in com.flowable.spring.boot
Methods in com.flowable.spring.boot with parameters of type FlowableMetricsProperties Modifier and Type Method Description org.springframework.boot.web.servlet.ServletRegistrationBean<org.springframework.web.servlet.DispatcherServlet>RestApiAutoConfiguration.ReportingRestApiConfiguration. metricsServlet(FlowableMetricsProperties properties) -
Uses of FlowableMetricsProperties in com.flowable.spring.boot.metrics
Fields in com.flowable.spring.boot.metrics declared as FlowableMetricsProperties Modifier and Type Field Description protected FlowableMetricsPropertiesFlowableMetricsAllEnginesConfigurer. metricsPropertiesprotected FlowableMetricsPropertiesFlowableMetricsAutoConfiguration. metricsPropertiesConstructors in com.flowable.spring.boot.metrics with parameters of type FlowableMetricsProperties Constructor Description FlowableMetricsAllEnginesConfigurer(io.micrometer.core.instrument.MeterRegistry meterRegistry, MetricsEventRegistryConsumer metricsEventRegistryConsumer, FlowableMetricsProperties metricsProperties)FlowableMetricsAutoConfiguration(FlowableProperties flowableProperties, FlowableMetricsProperties metricsProperties)