Dispatches an event to a target. Each server instance has an event
multicaster. This allows each server instance including the domain
admin server to send events bi-directionally. This works as a fat
pipe or a bus between the server instances.
Event dispatcher only knows how to propagate an event between
remote VMs. In other words, it is not responsible for making the
actual delivery of the event with in the sever instance. |