public interface Subscribe
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TacticdslPackage.getSubscribe()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEventBus()
Returns the value of the 'Event Bus' attribute.
|
java.lang.String |
getTopic()
Returns the value of the 'Topic' attribute.
|
void |
setEventBus(java.lang.String value)
Sets the value of the '
Event Bus' attribute. |
void |
setTopic(java.lang.String value)
Sets the value of the '
Topic' attribute. |
java.lang.String getTopic()
If the meaning of the 'Topic' attribute isn't clear, there really should be more of a description here...
setTopic(String),
TacticdslPackage.getSubscribe_Topic()void setTopic(java.lang.String value)
Topic' attribute.
value - the new value of the 'Topic' attribute.getTopic()java.lang.String getEventBus()
If the meaning of the 'Event Bus' attribute isn't clear, there really should be more of a description here...
setEventBus(String),
TacticdslPackage.getSubscribe_EventBus()void setEventBus(java.lang.String value)
Event Bus' attribute.
value - the new value of the 'Event Bus' attribute.getEventBus()