|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IManagableEventHubRegistry
Management extension to the IEventHubRegistry
interface.
All IEventHubRegistry
implementation need to implement this interface too.
Methods of this interface may only be used by the CPC Core module.
IEventHubRegistry
,
DefaultEventHubRegistry
Method Summary | |
---|---|
void |
shutdown()
Called when the event hub registry is being shut down. |
Methods inherited from interface org.electrocodeogram.cpc.core.api.hub.registry.IEventHubRegistry |
---|
dispatch, subscribe, unsubscribe |
Method Detail |
---|
void shutdown()
A registry implementation should not depend on a call to this method as there might be shutdown scenarios in which the CPC Core module is unable to call this method in time.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |