Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xta-client-lib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
lib
xta-client-lib
Commits
e9c786ce
Commit
e9c786ce
authored
6 months ago
by
Jan Zickermann
Browse files
Options
Downloads
Patches
Plain Diff
OZG-6891 KOP-2735 javadoc: Explain xta client
parent
17cd05cd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/ozgcloud/xta/client/XtaClient.java
+4
-4
4 additions, 4 deletions
src/main/java/de/ozgcloud/xta/client/XtaClient.java
with
4 additions
and
4 deletions
src/main/java/de/ozgcloud/xta/client/XtaClient.java
+
4
−
4
View file @
e9c786ce
...
...
@@ -84,8 +84,8 @@ public class XtaClient {
* </p>
*
* @param processMessage The consumer to process each fetched message.
* @return The transport reports for all fetched/processed messages.
M
essage
s
which ha
ve
not been closed ha
ve
an
* {@link XtaMessageStatus#OPEN OPEN} status. If
the
message has been closed the status is {@link XtaMessageStatus#GREEN GREEN},
* @return The transport reports for all fetched/processed messages.
A m
essage which ha
s
not been closed ha
s
an
* {@link XtaMessageStatus#OPEN OPEN} status. If
a
message has been closed
,
the status is
either
{@link XtaMessageStatus#GREEN GREEN},
* {@link XtaMessageStatus#YELLOW YELLOW} or {@link XtaMessageStatus#RED RED}.
* @throws XtaClientException If a technical problem occurs while fetching messages.
*/
...
...
@@ -204,8 +204,8 @@ public class XtaClient {
* </p>
*
* @param messageWithoutMessageId The message to send without id and size.
* @return The transport report for the sent message. A
n {@link XtaMessageStatus#OPEN} status indicates that the message was sent with no error or
*
warning.
Moreover, the report contains the message metadata, including id and size values set by the server.
* @return The transport report for the sent message. A
s long as the reader did not read the message the status is {@link XtaMessageStatus#OPEN}.
* Moreover, the report contains the message metadata, including id and size values set by the server.
* @throws XtaClientException If a check fails or a technical problem occurs while sending the message.
*/
public
XtaTransportReport
sendMessage
(
@NotNull
@Valid
XtaMessage
messageWithoutMessageId
)
throws
XtaClientException
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment