Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to listen to all events without knowing explicit name [CORE1981] #2419

Closed
firebird-automations opened this issue Jul 7, 2008 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @livius2

Duplicates CORE642

listener for all events will be usefull

now we must in client aplication register listener for specific event name
this is very big limitation becaouse we must know explicit name of event

in many systems will be greate to register listener for all event (without knowing a name)
and example: from firebird we can then generate events like

post_event('INSERT_CUSTOMER__' || http://New.ID);

and in application we can check of ''INSERT_CUSTOMER" and extract primary key value from event name

@firebird-automations
Copy link
Collaborator Author

Modified by: @livius2

summary: Add possibility to listen to all events without explicit name from clients => Add possibility to listen to all events without knowing explicit name - from clients

@firebird-automations
Copy link
Collaborator Author

Modified by: @livius2

summary: Add possibility to listen to all events without knowing explicit name - from clients => Add possibility to listen to all events without knowing explicit name

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue duplicates CORE642 [ CORE642 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @dyemanov

Regardless of its name -- event parameters or wildcarded events listening -- it's still the same RFE which is better represented by CORE642.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Duplicate [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @livius2

Yes but that Core
make to big ingerention how events working now

this will be simple to implement i suppose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant