Package net.pl3x.map.core.httpd
Interface LiveDataHandler.SuccessCallback
- Enclosing class:
LiveDataHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Notification that is called when a message is sucessfully sent
-
Method Summary
-
Method Details
-
apply
void apply(@NotNull @NotNull io.undertow.server.handlers.sse.ServerSentEventConnection connection, @Nullable @Nullable String data, @Nullable @Nullable String event, @Nullable @Nullable String id) - Parameters:
connection
- The connectiondata
- The message dataevent
- The message eventid
- The message id
-