akka.actor
Interface PossiblyHarmful

All Known Subinterfaces:
SelectionPath
All Known Implementing Classes:
Kill, Kill$, PoisonPill, PoisonPill$, ReceiveTimeout, ReceiveTimeout$, Terminated

public interface PossiblyHarmful

Marker trait to indicate that a message might be potentially harmful, this is used to block messages coming in over remoting.