We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611f229 commit d49ff9fCopy full SHA for d49ff9f
docs/amqp-proton.md
@@ -32,9 +32,7 @@ respectively. This module offers factory methods for creation of those in
32
public class ProtonAmqpMessageFactory {
33
public static MessageReader createReader(final Message message);
34
35
- public static MessageReader createReader(final String contentType, final byte[] payload);
36
-
37
- public static MessageReader createReader(final String contentType, final ApplicationProperties props, final byte[] payload);
+ public static MessageReader createReader(final String contentType, final ApplicationProperties props, @Nullable final Section body);
38
39
public static MessageWriter createWriter();
40
}
0 commit comments