Class AbstractUntypedActor

    • Field Detail

      • LOG

        protected final Logger LOG
    • Constructor Detail

      • AbstractUntypedActor

        protected AbstractUntypedActor()
    • Method Detail

      • handleReceive

        protected abstract void handleReceive​(Object message)
        Receive and handle an incoming message. If the implementation does not handle this particular message, it should call ignoreMessage(Object) or unknownMessage(Object).
        Parameters:
        message - the incoming message
      • ignoreMessage

        protected final void ignoreMessage​(Object message)
      • unknownMessage

        protected final void unknownMessage​(Object message)
      • isValidSender

        protected boolean isValidSender​(ActorRef sender)