Open Kilda Java Documentation
org.openkilda.messaging.Topic Interface Reference

Static Public Attributes

static final String CTRL = "kilda.ctrl"
 
static final String FLOW = "kilda.flow"
 
static final String HEALTH_CHECK = "kilda.health.check"
 
static final String NORTHBOUND = "kilda.northbound"
 
static final String OTSDB = "kilda.otsdb"
 
static final String SIMULATOR = "kilda.simulator"
 
static final String SPEAKER = "kilda.speaker"
 
static final String STATS = "kilda.stats"
 
static final String TOPO_CACHE = "kilda.topo.cache"
 
static final String TOPO_DISCO = "kilda.topo.disco"
 
static final String TOPO_ENG = "kilda.topo.eng"
 

Detailed Description

This class contains Kilda-specific Kafka topics.

Definition at line 22 of file Topic.java.

Member Data Documentation

◆ CTRL

final String org.openkilda.messaging.Topic.CTRL = "kilda.ctrl"
static

Definition at line 24 of file Topic.java.

◆ FLOW

final String org.openkilda.messaging.Topic.FLOW = "kilda.flow"
static

Definition at line 25 of file Topic.java.

◆ HEALTH_CHECK

final String org.openkilda.messaging.Topic.HEALTH_CHECK = "kilda.health.check"
static

Definition at line 26 of file Topic.java.

◆ NORTHBOUND

final String org.openkilda.messaging.Topic.NORTHBOUND = "kilda.northbound"
static

Definition at line 27 of file Topic.java.

◆ OTSDB

final String org.openkilda.messaging.Topic.OTSDB = "kilda.otsdb"
static

Definition at line 28 of file Topic.java.

◆ SIMULATOR

final String org.openkilda.messaging.Topic.SIMULATOR = "kilda.simulator"
static

Definition at line 29 of file Topic.java.

◆ SPEAKER

final String org.openkilda.messaging.Topic.SPEAKER = "kilda.speaker"
static

Definition at line 30 of file Topic.java.

◆ STATS

final String org.openkilda.messaging.Topic.STATS = "kilda.stats"
static

Definition at line 31 of file Topic.java.

◆ TOPO_CACHE

final String org.openkilda.messaging.Topic.TOPO_CACHE = "kilda.topo.cache"
static

Definition at line 32 of file Topic.java.

◆ TOPO_DISCO

final String org.openkilda.messaging.Topic.TOPO_DISCO = "kilda.topo.disco"
static

Definition at line 33 of file Topic.java.

◆ TOPO_ENG

final String org.openkilda.messaging.Topic.TOPO_ENG = "kilda.topo.eng"
static

Definition at line 34 of file Topic.java.


The documentation for this interface was generated from the following file: