NotificationResponse packet
NotificationResponse packets are used for asynchronous operations -- see the Postgres documentation for details.
Methods
Methods
int getProcessID() : returns the process ID
void setProcessID(int n) : sets the process ID
String getChannelName() : returns the channel name
void setChannelName(String s) : sets the channel name
String getPayload() : returns the payload
void setPayload(String s) : sets the payload