public interface INotificationService
| Modifier and Type | Method and Description |
|---|---|
default void |
send(IONotification notification) |
void |
send(List<com.orientechnologies.orient.core.record.impl.ODocument> notifications) |
default void |
send(com.orientechnologies.orient.core.record.impl.ODocument notification) |
void send(List<com.orientechnologies.orient.core.record.impl.ODocument> notifications)
default void send(com.orientechnologies.orient.core.record.impl.ODocument notification)
default void send(IONotification notification)
Copyright © 2020. All rights reserved.