Skip to content

Commit d49ff9f

Browse files
authored
update AMQP docs (#331)
Signed-off-by: Alfusainey Jallow <[email protected]>
1 parent 611f229 commit d49ff9f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/amqp-proton.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ respectively. This module offers factory methods for creation of those in
3232
public class ProtonAmqpMessageFactory {
3333
public static MessageReader createReader(final Message message);
3434

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);
35+
public static MessageReader createReader(final String contentType, final ApplicationProperties props, @Nullable final Section body);
3836

3937
public static MessageWriter createWriter();
4038
}

0 commit comments

Comments
 (0)