On 07/12/13 2:52 AM, "Alex Ough" <alex.o...@sungard.com> wrote:

>All,
>
>To support the new feature, CLOUDSTACK-4992, I'd like to create an
>event subscriber that implements 'EventSubscriber' interface, but I'm
>not sure how to register that subscriber to make it running.

Alex,

I pasted a subscriber example at [1]. You need to register the subscriber
with interested events. Subscriber should implement 'EventSubscriber'.


>
>Do I need to specify it in any config file or load it from anywhere
>when the management server is started?

If your code is expected to run with management server, you can just load
the EventBus, and subscribe to it. HTH

[1] http://pastebin.com/XhFdfa1U

>
>Your reply will be very appreciated.
>Thanks
>Alex Ough
>


Reply via email to