Interface Notification
public interface Notification
Postgres notification received via
LISTEN.-
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns name of this notification.Returns additional information from the notifying process.intReturns the process id of the backend process making this notification.
-
Method Details
-
getName
-
getProcessId
int getProcessId()Returns the process id of the backend process making this notification.- Returns:
- process id of the backend process making this notification
-
getParameter
-