Package akka.stream

Interface KillSwitch

    • Method Detail

      • abort

        void abort​(java.lang.Throwable ex)
        After calling KillSwitch#abort() the linked Graphs of FlowShape are failed.
        Parameters:
        ex - (undocumented)
      • shutdown

        void shutdown()