Package net.sodacan.core
Interface Receiver
public interface Receiver
A Receiver implementation receives an inbound serialized message and adds the message to an appropriate ActorGroup queue. The message is not deserialized at this point. The code path is very brief and short which means there is no need for the receiver, such as HTTP server, to create a thread to process the message.