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