Class InternalDeviceEvent


  • public class InternalDeviceEvent
    extends Object
    Information published by GossipDeviceStore to notify peers of a device change event.
    • Constructor Detail

      • InternalDeviceEvent

        protected InternalDeviceEvent​(org.onosproject.net.provider.ProviderId providerId,
                                      org.onosproject.net.DeviceId deviceId,
                                      Timestamped<org.onosproject.net.device.DeviceDescription> deviceDescription)
      • InternalDeviceEvent

        protected InternalDeviceEvent()
    • Method Detail

      • deviceId

        public org.onosproject.net.DeviceId deviceId()
      • providerId

        public org.onosproject.net.provider.ProviderId providerId()
      • deviceDescription

        public Timestamped<org.onosproject.net.device.DeviceDescription> deviceDescription()