public interface FabricEventTriggerSource
Title: Service Event Fabric Runtime
Description: A read-only interface for working with event triggers of a component.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
boolean |
existsEventTrigger(java.lang.String triggerName)
Checks if an event trigger with the specified name exists in the configuration.
|
EventTriggerData |
getEventTriggerData(java.lang.String triggerName)
Returns event trigger data.
|
boolean |
hasEventTriggers()
Indicates if the configuration has event triggers.
|
java.util.List |
listEventTriggers()
Returns a list of event triggers set on this component.
|
java.util.List listEventTriggers()
EventTriggerData getEventTriggerData(java.lang.String triggerName) throws ServiceConfigurationException
triggerName
- ServiceConfigurationException
boolean hasEventTriggers()
true
if the configuration has event triggers, false
otherwise.boolean existsEventTrigger(java.lang.String triggerName)
triggerName
- the specified trigger name.true
if an event trigger with the specified name exists, false
otherwise.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.