Interface NonManagedService
- All Known Subinterfaces:
CliConnector, ExchangeFactory, ProcessorExchangeFactory
public interface NonManagedService
Marker interface that excludes a
Service from JMX management registration.
By default, Camel registers internal services (components, producers, consumers, etc.) as JMX MBeans so that they can
be monitored and controlled at runtime. Services that implement NonManagedService are silently skipped during
this registration phase, which is appropriate for lightweight helper services, anonymous inner-class processors, or
services that would expose no useful management attributes.- See Also: