Uses of Class
com.facebook.openwifi.cloudsdk.models.gw.ServiceEvent
-
Packages that use ServiceEvent Package Description com.facebook.openwifi.cloudsdk Library providing clients and models for the OpenWiFi uCentral-based CloudSDK.com.facebook.openwifi.cloudsdk.kafka Kafka consumer and producer functionality required by the CloudSDK. -
-
Uses of ServiceEvent in com.facebook.openwifi.cloudsdk
Methods in com.facebook.openwifi.cloudsdk with parameters of type ServiceEvent Modifier and Type Method Description void
UCentralClient. setServiceEndpoint(String service, ServiceEvent event)
System endpoints and API keys come from the service_event Kafka topic. -
Uses of ServiceEvent in com.facebook.openwifi.cloudsdk.kafka
Method parameters in com.facebook.openwifi.cloudsdk.kafka with type arguments of type ServiceEvent Modifier and Type Method Description void
UCentralKafkaConsumer.KafkaListener. handleServiceEventRecords(List<ServiceEvent> serviceEventRecords)
Handle a list of service event records.
-