public class MicroProfileMetricsExchangeEventNotifier extends AbstractMicroProfileMetricsEventNotifier<org.apache.camel.spi.CamelEvent.ExchangeEvent>
| Constructor and Description |
|---|
MicroProfileMetricsExchangeEventNotifier() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
Predicate<org.apache.camel.Exchange> |
getIgnoreExchanges() |
MicroProfileMetricsExchangeEventNotifierNamingStrategy |
getNamingStrategy() |
protected void |
handleCreatedEvent(org.apache.camel.spi.CamelEvent.ExchangeCreatedEvent createdEvent) |
protected void |
handleDoneEvent(org.apache.camel.spi.CamelEvent.ExchangeEvent doneEvent) |
protected void |
handleSentEvent(org.apache.camel.spi.CamelEvent.ExchangeSentEvent sentEvent) |
void |
notify(org.apache.camel.spi.CamelEvent event) |
void |
setNamingStrategy(MicroProfileMetricsExchangeEventNotifierNamingStrategy namingStrategy) |
getCamelContext, getMetricRegistry, isEnabled, setCamelContext, setMetricRegistryisDisabled, isIgnoreCamelContextEvents, isIgnoreExchangeCompletedEvent, isIgnoreExchangeCreatedEvent, isIgnoreExchangeEvents, isIgnoreExchangeFailedEvents, isIgnoreExchangeRedeliveryEvents, isIgnoreExchangeSendingEvents, isIgnoreExchangeSentEvents, isIgnoreRouteEvents, isIgnoreServiceEvents, isIgnoreStepEvents, setIgnoreCamelContextEvents, setIgnoreExchangeCompletedEvent, setIgnoreExchangeCreatedEvent, setIgnoreExchangeEvents, setIgnoreExchangeFailedEvents, setIgnoreExchangeRedeliveryEvents, setIgnoreExchangeSendingEvents, setIgnoreExchangeSentEvents, setIgnoreRouteEvents, setIgnoreServiceEvents, setIgnoreStepEventsbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic MicroProfileMetricsExchangeEventNotifier()
public Predicate<org.apache.camel.Exchange> getIgnoreExchanges()
public MicroProfileMetricsExchangeEventNotifierNamingStrategy getNamingStrategy()
public void setNamingStrategy(MicroProfileMetricsExchangeEventNotifierNamingStrategy namingStrategy)
protected void doStart()
throws Exception
doStart in class AbstractMicroProfileMetricsEventNotifier<org.apache.camel.spi.CamelEvent.ExchangeEvent>Exceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.EventNotifierSupportExceptionprotected void handleCreatedEvent(org.apache.camel.spi.CamelEvent.ExchangeCreatedEvent createdEvent)
protected void handleSentEvent(org.apache.camel.spi.CamelEvent.ExchangeSentEvent sentEvent)
protected void handleDoneEvent(org.apache.camel.spi.CamelEvent.ExchangeEvent doneEvent)
Apache Camel