Interface Notification
public interface Notification
Postgres notification received via
LISTEN.-
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
@Nullable String getParameter()Returns additional information from the notifying process. This feature has only been implemented in server versions 9.0 and later, so previous versions will always returnnull- Returns:
- additional information from the notifying process
-