public class Topics extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Topics.TopicsConfiguration |
Modifier and Type | Field and Description |
---|---|
static String |
COMMAND_TOPIC |
static String |
DISCOVERY_TOPIC |
static String |
EVENT_TOPIC |
static String |
PACKAGE_TOPIC |
static String |
STATUS_TOPIC |
Constructor and Description |
---|
Topics() |
Modifier and Type | Method and Description |
---|---|
void |
activate(Topics.TopicsConfiguration config) |
String |
getCommandTopic() |
String |
getDiscoveryTopic() |
String |
getEventTopic() |
String |
getPackageTopic() |
String |
getStatusTopic() |
public static final String PACKAGE_TOPIC
public static final String DISCOVERY_TOPIC
public static final String STATUS_TOPIC
public static final String COMMAND_TOPIC
public static final String EVENT_TOPIC
public void activate(Topics.TopicsConfiguration config)
public String getPackageTopic()
public String getDiscoveryTopic()
public String getStatusTopic()
public String getCommandTopic()
public String getEventTopic()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.