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.

@FunctionalInterface public interface NotificationSender
Client notification sender.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendNotification(@Nullable Consumer<org.apache.ignite.internal.client.proto.ClientMessagePacker> writer, @Nullable Throwable err, long hybridTimestamp)
     
  • Method Details

    • sendNotification

      void sendNotification(@Nullable @Nullable Consumer<org.apache.ignite.internal.client.proto.ClientMessagePacker> writer, @Nullable @Nullable Throwable err, long hybridTimestamp)