예제 #1
0
 @Override
 public void readFrom(StreamInput stream) throws IOException {
   message = stream.readStreamableOrNull(QueueMessage::new);
 }