Open Kilda Java Documentation
org.openkilda.northbound.controller.TestConfig Class Reference

Public Member Functions

MessageConsumer messageConsumer ()
 
MessageProducer messageProducer ()
 
HealthCheckMessageConsumer healthCheckMessageConsumer ()
 
RestTemplate restTemplate ()
 
CorrelationIdFactory idFactory ()
 

Detailed Description

The Test configuration.

Definition at line 58 of file TestConfig.java.

Member Function Documentation

◆ healthCheckMessageConsumer()

HealthCheckMessageConsumer org.openkilda.northbound.controller.TestConfig.healthCheckMessageConsumer ( )

Definition at line 70 of file TestConfig.java.

◆ idFactory()

CorrelationIdFactory org.openkilda.northbound.controller.TestConfig.idFactory ( )

Definition at line 80 of file TestConfig.java.

◆ messageConsumer()

MessageConsumer org.openkilda.northbound.controller.TestConfig.messageConsumer ( )

Definition at line 60 of file TestConfig.java.

◆ messageProducer()

MessageProducer org.openkilda.northbound.controller.TestConfig.messageProducer ( )

Definition at line 65 of file TestConfig.java.

◆ restTemplate()

RestTemplate org.openkilda.northbound.controller.TestConfig.restTemplate ( )

Definition at line 75 of file TestConfig.java.


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