Class AgentDeleteRequest

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Define serialVersionUID for interoperability.
        See Also:
        Constant Field Values
      • reply

        public AgentId reply
        the agent identified by 'reply' will receive a DeleteAck when destruction complete
      • extraInformation

        public Object extraInformation
        The extra information is added to the DeleteAck when notifying the reply agent.
    • Constructor Detail

      • AgentDeleteRequest

        public AgentDeleteRequest​(AgentId reply)
      • AgentDeleteRequest

        public AgentDeleteRequest​(AgentId reply,
                                  Object extraInformation)