Package akka.stream
Interface KillSwitch
-
- All Known Implementing Classes:
SharedKillSwitch
,UniqueKillSwitch
public interface KillSwitch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
abort(java.lang.Throwable ex)
void
shutdown()
-