public static interface MetricsComponentBuilderFactory.MetricsComponentBuilder extends ComponentBuilder<org.apache.camel.component.metrics.MetricsComponent>
| Modifier and Type | Method and Description |
|---|---|
default MetricsComponentBuilderFactory.MetricsComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default MetricsComponentBuilderFactory.MetricsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MetricsComponentBuilderFactory.MetricsComponentBuilder |
metricRegistry(com.codahale.metrics.MetricRegistry metricRegistry)
To use a custom configured MetricRegistry.
|
build, build, doSetProperty, registerdefault MetricsComponentBuilderFactory.MetricsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault MetricsComponentBuilderFactory.MetricsComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault MetricsComponentBuilderFactory.MetricsComponentBuilder metricRegistry(com.codahale.metrics.MetricRegistry metricRegistry)
metricRegistry - the value to setApache Camel