359360361362363364365366367368369
Vertex targetVertex = idVertexMap.get(msg.getDestVertexID()); if (targetVertex == null) { throw new IllegalMessageException(msg, this.getId()); } targetVertex.queueMessage(msg); } this.incomingMsgs.clear(); return true; }