Skip to content
Snippets Groups Projects
Commit 253cee98 authored by Martin Vogel's avatar Martin Vogel
Browse files

#414 Pass mandatory data

parent 3658e822
No related branches found
No related tags found
1 merge request!2#414 Remaining changes from MR
......@@ -19,12 +19,6 @@ public class TestRunner {
private static void senderSample() {
final var destinationId = UUID.randomUUID();
// Without data
ClientFactory.senderClient()
.withDestination(destinationId)
.withAttachments(Collections.emptyList())
.submit();
// With data
ClientFactory.senderClient()
.withDestination(destinationId)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment