Reputation: 127
If I use a dialog to create an instance of an entity, will it fire the plugin registered to that message (i.e. Create on EntityA)?
If not, how can I link that plugin to that message?
Upvotes: 1
Views: 262
Reputation: 39308
You're safe to use the plugin. It will catch the dispatched message as long as you've registered it correctly.
The plugin will, in fact, react to the following events.
Upvotes: 1
Reputation: 17562
Yes, the plugin will always fire regardless of the source of the message.
Upvotes: 3