Class InternalDeviceRemovedEvent


  • public class InternalDeviceRemovedEvent
    extends Object
    Information published by GossipDeviceStore to notify peers of a device being administratively removed.
    • Constructor Detail

      • InternalDeviceRemovedEvent

        public InternalDeviceRemovedEvent​(org.onosproject.net.DeviceId deviceId,
                                          org.onosproject.store.Timestamp timestamp)
        Creates a InternalDeviceRemovedEvent.
        Parameters:
        deviceId - identifier of the removed device.
        timestamp - timestamp of when the device was administratively removed.
    • Method Detail

      • deviceId

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

        public org.onosproject.store.Timestamp timestamp()