Interface CamelControlBusActionBuilder.CamelControlBusRouteActionBuilder<T extends TestAction,B extends CamelControlBusActionBuilder<T,B>>

Enclosing interface:
CamelControlBusActionBuilder<T extends TestAction,B extends CamelControlBusActionBuilder<T,B>>

public static interface CamelControlBusActionBuilder.CamelControlBusRouteActionBuilder<T extends TestAction,B extends CamelControlBusActionBuilder<T,B>>
  • Method Summary

    Modifier and Type
    Method
    Description
    action(String action)
    Performs generic action on the given route.
    Start given route.
    Retrieve status of given route.
    Stop given route.
  • Method Details

    • action

      B action(String action)
      Performs generic action on the given route.
    • start

      B start()
      Start given route.
    • stop

      B stop()
      Stop given route.
    • status

      B status()
      Retrieve status of given route.