Package org.onosproject.cpman.message
Interface ControlMessageProviderService
-
- All Superinterfaces:
ProviderService<ControlMessageProvider>
public interface ControlMessageProviderService extends ProviderService<ControlMessageProvider>
Service through which control message providers can inject control message stats into the core.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateStatsInfo(DeviceId deviceId, Set<ControlMessage> controlMessages)
Used to notify the core about the control message statistic information.-
Methods inherited from interface org.onosproject.net.provider.ProviderService
provider
-
-
-
-
Method Detail
-
updateStatsInfo
void updateStatsInfo(DeviceId deviceId, Set<ControlMessage> controlMessages)
Used to notify the core about the control message statistic information.- Parameters:
deviceId
- device identifiercontrolMessages
- a collection of control message stats
-
-