Class InvokeEventService
java.lang.Object
org.glassfish.internal.api.events.InvokeEventService
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InvokeEventServiceget()org.glassfish.hk2.api.messaging.Topic<CommandInvokedEvent>
-
Constructor Details
-
InvokeEventService
public InvokeEventService()
-
-
Method Details
-
get
-
getCommandInvokedTopic
-