akka.remote
Interface PriorityMessage

All Known Implementing Classes:
ClusterHeartbeatSender.Heartbeat, ClusterHeartbeatSender.HeartbeatRsp, RemoteWatcher.Heartbeat$, RemoteWatcher.HeartbeatRsp

public interface PriorityMessage

INTERNAL API Messages marked with this trait will be sent before other messages when buffering is active. This means that these messages don't obey normal message ordering. It is used for failure detector heartbeat messages.