Uses of Class
com.facebook.openwifi.cloudsdk.kafka.UCentralKafkaProducer
-
Packages that use UCentralKafkaProducer Package Description com.facebook.openwifi.cloudsdk.kafka Kafka consumer and producer functionality required by the CloudSDK.com.facebook.openwifi.rrm Radio Resource Management (RRM) service. -
-
Uses of UCentralKafkaProducer in com.facebook.openwifi.cloudsdk.kafka
Constructors in com.facebook.openwifi.cloudsdk.kafka with parameters of type UCentralKafkaProducer Constructor Description KafkaRunner(UCentralKafkaConsumer consumer, UCentralKafkaProducer producer)
Run with the given consumer/producer instances. -
Uses of UCentralKafkaProducer in com.facebook.openwifi.rrm
Methods in com.facebook.openwifi.rrm with parameters of type UCentralKafkaProducer Modifier and Type Method Description boolean
RRM. start(RRMConfig config, DeviceDataManager deviceDataManager, UCentralClient client, UCentralKafkaConsumer consumer, UCentralKafkaProducer producer, DatabaseManager dbManager)
Start the RRM service.
-