Open Kilda Java Documentation
org.openkilda.floodlight.kafka.ConsumerContext Class Reference
Inheritance diagram for org.openkilda.floodlight.kafka.ConsumerContext:
org.openkilda.floodlight.kafka.Context

Public Member Functions

 ConsumerContext (FloodlightModuleContext moduleContext, KafkaTopicsConfig kafkaTopicsConfig)
 
IPathVerificationService getPathVerificationService ()
 
KafkaMessageProducer getKafkaProducer ()
 
ISwitchManager getSwitchManager ()
 
String getKafkaFlowTopic ()
 
String getKafkaTopoDiscoTopic ()
 
String getKafkaStatsTopic ()
 
String getKafkaNorthboundTopic ()
 
- Public Member Functions inherited from org.openkilda.floodlight.kafka.Context
 Context (FloodlightModuleContext moduleContext)
 
FloodlightModuleContext getModuleContext ()
 

Static Public Member Functions

static void fillDependencies (Collection< Class<? extends IFloodlightService >> dependencies)
 

Detailed Description

Definition at line 29 of file ConsumerContext.java.

Constructor & Destructor Documentation

◆ ConsumerContext()

org.openkilda.floodlight.kafka.ConsumerContext.ConsumerContext ( FloodlightModuleContext  moduleContext,
KafkaTopicsConfig  kafkaTopicsConfig 
)

Definition at line 40 of file ConsumerContext.java.

Member Function Documentation

◆ fillDependencies()

static void org.openkilda.floodlight.kafka.ConsumerContext.fillDependencies ( Collection< Class<? extends IFloodlightService >>  dependencies)
static

Definition at line 35 of file ConsumerContext.java.

◆ getKafkaFlowTopic()

String org.openkilda.floodlight.kafka.ConsumerContext.getKafkaFlowTopic ( )

Definition at line 62 of file ConsumerContext.java.

◆ getKafkaNorthboundTopic()

String org.openkilda.floodlight.kafka.ConsumerContext.getKafkaNorthboundTopic ( )

Definition at line 74 of file ConsumerContext.java.

◆ getKafkaProducer()

KafkaMessageProducer org.openkilda.floodlight.kafka.ConsumerContext.getKafkaProducer ( )

Definition at line 54 of file ConsumerContext.java.

◆ getKafkaStatsTopic()

String org.openkilda.floodlight.kafka.ConsumerContext.getKafkaStatsTopic ( )

Definition at line 70 of file ConsumerContext.java.

◆ getKafkaTopoDiscoTopic()

String org.openkilda.floodlight.kafka.ConsumerContext.getKafkaTopoDiscoTopic ( )

Definition at line 66 of file ConsumerContext.java.

◆ getPathVerificationService()

IPathVerificationService org.openkilda.floodlight.kafka.ConsumerContext.getPathVerificationService ( )

Definition at line 50 of file ConsumerContext.java.

◆ getSwitchManager()

ISwitchManager org.openkilda.floodlight.kafka.ConsumerContext.getSwitchManager ( )

Definition at line 58 of file ConsumerContext.java.


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