public class PubSubExmple extends org.symphonyoss.s2.fugue.FugueServer implements IPubSubExmple
| Modifier and Type | Field and Description |
|---|---|
static String |
SUBSCRIPTION_NAME |
static String |
TOPIC_NAME |
| Constructor and Description |
|---|
PubSubExmple() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendStatus(String message) |
org.symphonyoss.s2.fugue.di.ComponentDescriptor |
getComponentDescriptor() |
String |
getStatus() |
static void |
main(String[] args) |
protected void |
registerComponents(org.symphonyoss.s2.fugue.di.IDIContext diContext) |
public static final String TOPIC_NAME
public static final String SUBSCRIPTION_NAME
protected void registerComponents(org.symphonyoss.s2.fugue.di.IDIContext diContext)
registerComponents in class org.symphonyoss.s2.fugue.FugueServerpublic org.symphonyoss.s2.fugue.di.ComponentDescriptor getComponentDescriptor()
getComponentDescriptor in interface org.symphonyoss.s2.fugue.di.IComponentgetComponentDescriptor in class org.symphonyoss.s2.fugue.FugueServerpublic void appendStatus(String message)
appendStatus in interface IPubSubExmplepublic String getStatus()
getStatus in interface IPubSubExmplepublic static void main(String[] args) throws InterruptedException
InterruptedExceptionCopyright © 2018 Symphony Software Foundation. All rights reserved.