Uses of Interface
com.facebook.openwifi.cloudsdk.kafka.UCentralKafkaConsumer.KafkaListener
-
Packages that use UCentralKafkaConsumer.KafkaListener Package Description com.facebook.openwifi.cloudsdk.kafka Kafka consumer and producer functionality required by the CloudSDK. -
-
Uses of UCentralKafkaConsumer.KafkaListener in com.facebook.openwifi.cloudsdk.kafka
Methods in com.facebook.openwifi.cloudsdk.kafka with parameters of type UCentralKafkaConsumer.KafkaListener Modifier and Type Method Description void
UCentralKafkaConsumer. addKafkaListener(String id, UCentralKafkaConsumer.KafkaListener listener)
Add/overwrite a Kafka listener with an arbitrary identifier.
-