Interface CamelEvent.ServiceEvent

All Superinterfaces:
CamelEvent
All Known Subinterfaces:
CamelEvent.ServiceStartupFailureEvent, CamelEvent.ServiceStopFailureEvent
Enclosing interface:
CamelEvent

public static interface CamelEvent.ServiceEvent extends CamelEvent
Event related to Service lifecycle changes.
Since:
3.0
  • Method Details

    • getService

      Object getService()
      Returns the service.
    • getSource

      default Object getSource()
      Description copied from interface: CamelEvent
      Returns the source of this event (typically the CamelContext, Exchange, Route, or Service).
      Specified by:
      getSource in interface CamelEvent