| Package | Description |
|---|---|
| net.leadware.kafka.embedded.controller | |
| net.leadware.kafka.embedded.model | |
| net.leadware.kafka.embedded.utils.jsr303.format |
| Modifier and Type | Method and Description |
|---|---|
void |
ProducerController.sendMessage(@NotEmpty java.lang.String topicName,
java.lang.String message)
Methode permettant d'envoyer un message sur un topic du simulateur
|
void |
ProducerController.sendMessage(@NotEmpty java.lang.String topicName,
@NotEmpty java.lang.String messageKey,
java.lang.String message)
Methode permettant d'envoyer un message sur un topic du simulateur
|
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
JSonMessage.messageBody
Corps du message
|
| Modifier and Type | Class and Description |
|---|---|
interface |
JsonValidator
Annotation de validation du format d'une chaine de caractere
|
| Modifier and Type | Field and Description |
|---|---|
private StringFormatValidator |
StringFormatValidatorEngine.stringFormatValidator
Annotation de validation
|
| Modifier and Type | Method and Description |
|---|---|
void |
StringFormatValidatorEngine.initialize(StringFormatValidator stringFormatValidator) |
Copyright © 2019 Leadware. All Rights Reserved.