public interface Event
| Modifier and Type | Method and Description |
|---|---|
Event |
addNumeral(String key,
double value) |
Event |
addNumerals(Map<String,Double> attrs) |
Event |
addString(String key,
String value) |
Event |
addStrings(Map<String,String> attrs) |
CompletableFuture |
send() |
Copyright © 2021. All rights reserved.