public class MicrometerExchangeEventNotifier extends AbstractMicrometerEventNotifier<org.apache.camel.spi.CamelEvent.ExchangeEvent>
| Constructor and Description |
|---|
MicrometerExchangeEventNotifier() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
Predicate<org.apache.camel.Exchange> |
getIgnoreExchanges() |
MicrometerExchangeEventNotifierNamingStrategy |
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 eventObject) |
void |
setIgnoreExchanges(Predicate<org.apache.camel.Exchange> ignoreExchanges) |
void |
setNamingStrategy(MicrometerExchangeEventNotifierNamingStrategy namingStrategy) |
getCamelContext, getDurationUnit, getMeterRegistry, isEnabled, isPrettyPrint, setCamelContext, setDurationUnit, setMeterRegistry, setPrettyPrintdoStop, isDisabled, 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 void setIgnoreExchanges(Predicate<org.apache.camel.Exchange> ignoreExchanges)
public Predicate<org.apache.camel.Exchange> getIgnoreExchanges()
public MicrometerExchangeEventNotifierNamingStrategy getNamingStrategy()
public void setNamingStrategy(MicrometerExchangeEventNotifierNamingStrategy namingStrategy)
protected void doStart()
throws Exception
doStart in class AbstractMicrometerEventNotifier<org.apache.camel.spi.CamelEvent.ExchangeEvent>Exceptionpublic void notify(org.apache.camel.spi.CamelEvent eventObject)
protected void handleSentEvent(org.apache.camel.spi.CamelEvent.ExchangeSentEvent sentEvent)
protected void handleCreatedEvent(org.apache.camel.spi.CamelEvent.ExchangeCreatedEvent createdEvent)
protected void handleDoneEvent(org.apache.camel.spi.CamelEvent.ExchangeEvent doneEvent)
Apache Camel