registerForEvent method

Register (a queue) to receive notifications of an event.

Syntax
void registerForEvent(String event_name, String object_name, String queue_name, Boolean register)
Parameters
  • event_name   Name of an event.

  • object_name   The name of the object to which the event applies (for example, table name).

  • queue_name   Name of an event notification queue.

  • register   TRUE to register, FALSE, to unregister.

See also