Class Topics
java.lang.Object
org.apache.sling.distribution.journal.shared.Topics
public class Topics extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTopics.TopicsConfiguration -
Field Summary
Fields Modifier and Type Field Description static StringCOMMAND_TOPICstatic StringDISCOVERY_TOPICstatic StringEVENT_TOPICstatic StringPACKAGE_TOPICstatic StringSTATUS_TOPIC -
Constructor Summary
Constructors Constructor Description Topics() -
Method Summary
Modifier and Type Method Description voidactivate(Topics.TopicsConfiguration config)StringgetCommandTopic()StringgetDiscoveryTopic()StringgetEventTopic()StringgetPackageTopic()StringgetStatusTopic()
-
Field Details
-
PACKAGE_TOPIC
- See Also:
- Constant Field Values
-
DISCOVERY_TOPIC
- See Also:
- Constant Field Values
-
STATUS_TOPIC
- See Also:
- Constant Field Values
-
COMMAND_TOPIC
- See Also:
- Constant Field Values
-
EVENT_TOPIC
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Topics
public Topics()
-
-
Method Details