Class InvokeEventService

java.lang.Object
org.glassfish.internal.api.events.InvokeEventService

@Service public class InvokeEventService extends Object

A service to retrieve the correct HK2 topic to invoke global events.

Do not inject this service. Instead, retrieve it using get(), which returns a service registered with the global service locator. This is needed to trigger events that can be received by any subscriber registered globally.

Author:
Ondro Mihalyi
  • Constructor Details

    • InvokeEventService

      public InvokeEventService()
  • Method Details