public interface FabricEventAdvisorySource
Title: Service Event Fabric Core
Description: An interface for presenting Advisory Events
that may be raised by
the fabric component.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
boolean |
existsAdvisory(java.lang.String eventId)
Returns
true if the specific advisory event is registered. |
boolean |
hasAdvisories()
Returns
true if the component has advisory events. |
java.util.List |
listAdvisories()
Returns list of all advisory prototypes exposed by
this component.
|
java.util.List listAdvisories()
The prototypes for such events are added to the advisory registry. This interface allows public, component level visibility to all such advisories that may be used by a component.
boolean hasAdvisories()
true
if the component has advisory events.boolean existsAdvisory(java.lang.String eventId)
true
if the specific advisory event is registered.eventId
- StringCopyright © 2015-2024 StreamScape Technologies. All rights reserved.