Package org.apache.ignite.client.handler
Interface NotificationSender
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Client notification sender.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendNotification(@Nullable Consumer<org.apache.ignite.internal.client.proto.ClientMessagePacker> writer, @Nullable Throwable err, long hybridTimestamp)
-
Method Details
-
sendNotification
-