Uses of Class
software.amazon.eventstream.Message
-
-
Uses of Message in software.amazon.eventstream
Methods in software.amazon.eventstream that return Message Modifier and Type Method Description MessageMessageBuilder. build(Map<String,HeaderValue> headers, byte[] payload)static MessageMessage. decode(ByteBuffer buf)Methods in software.amazon.eventstream that return types with arguments of type Message Modifier and Type Method Description List<Message>MessageDecoder. getDecodedMessages()ReturnsMessageinstances that have been decoded since this method was last invoked.Constructor parameters in software.amazon.eventstream with type arguments of type Message Constructor Description MessageDecoder(Consumer<Message> messageConsumer)Creates aMessageDecoderinstance that will publish messages incrementally to the suppliedmessageConsumeras they are decoded.
-