Skip to content
Snippets Groups Projects
Commit 1384ac5f authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-6240 KOP-2591 Fix docstring

parent 6344ae87
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ public class XtaClient { ...@@ -26,7 +26,7 @@ public class XtaClient {
/** /**
* Fetch metadata of pending messages sent to the {@code xtaIdentifier}. The returned listing contains at most * Fetch metadata of pending messages sent to the {@code xtaIdentifier}. The returned listing contains at most
* {@link de.ozgcloud.xta.client.config.XtaClientConfig#getMaxListItems() maxListItems} messages. Use the {@code requestId} to * {@link de.ozgcloud.xta.client.config.XtaClientConfig#getMaxListItems() maxListItems} messages. Use the {@code requestId} to
* {@link #close(String) close} pending messages. To fetch the next messages, use {@link #getNextMessagesMetadata(String)}. Note that * {@link #close(String, String) close} pending messages. To fetch the next messages, use {@link #getNextMessagesMetadata(String)}. Note that
* {@code xtaIdentifier} has to be configured as a * {@code xtaIdentifier} has to be configured as a
* {@link de.ozgcloud.xta.client.config.XtaClientConfig#getClientIdentifiers() clientIdentifiers}. * {@link de.ozgcloud.xta.client.config.XtaClientConfig#getClientIdentifiers() clientIdentifiers}.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment