Interface BusControls


public interface BusControls
Internal class passed from the Bus component to something that will decide when it should stop or crash.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    crashBus(Throwable exception)
     
    void
     
  • Method Details

    • stopBus

      void stopBus()
    • crashBus

      void crashBus(Throwable exception)