java.lang.Object
org.opendaylight.controller.cluster.raft.messages.ServerRemoved
All Implemented Interfaces:
Serializable

public class ServerRemoved extends Object implements Serializable
The ServerRemoved message is sent to a server which has been removed successfully from the ServerConfiguration. The Server can then choose to self destruct or notify it's parents as needed.
See Also:
  • Constructor Details

    • ServerRemoved

      public ServerRemoved(String serverId)
  • Method Details