Package org.apache.pekko.actor
Interface PossiblyHarmful
-
- All Known Subinterfaces:
SystemMessage
- All Known Implementing Classes:
Kill,Kill$,NoMessage$,PoisonPill,PoisonPill$,ReceiveTimeout,ReceiveTimeout$,Terminated
public interface PossiblyHarmfulMarker trait to indicate that a message might be potentially harmful, this is used to block messages coming in over remoting.