public class JSonMessage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
messageBody
Corps du message
|
private java.lang.String |
messageKey
Cle du message
|
private java.lang.String |
topicName
Topic d'envoi
|
| Constructor and Description |
|---|
JSonMessage() |
@JsonPropertyDescription(value="Nom du topic KAFKA") private java.lang.String topicName
@JsonPropertyDescription(value="Cl\u00e9 du message") private java.lang.String messageKey
@StringFormatValidator(format=JSON) @JsonPropertyDescription(value="Contenu du message") private java.lang.String messageBody
Copyright © 2019 Leadware. All Rights Reserved.