Package com.impossibl.postgres.protocol
Interface RequestExecutor.NotificationHandler
-
- Enclosing interface:
- RequestExecutor
public static interface RequestExecutor.NotificationHandler
Asynchronous Notification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleNotification(int processId, String channelName, String payload)
-
-
-
Method Detail
-
handleNotification
void handleNotification(int processId, String channelName, String payload) throws IOException
- Throws:
IOException
-
-