X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fraft%2Fmessages%2FUnInitializedFollowerSnapshotReply.java;h=ff11ca0317ce9f8adae08ba2751bd4609bb8603e;hb=HEAD;hp=f5c44f87e4fe687f636a7b9f101b667a228552e7;hpb=660c3e22ca97bc613ea6f6288503620bba6fb233;p=controller.git diff --git a/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/messages/UnInitializedFollowerSnapshotReply.java b/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/messages/UnInitializedFollowerSnapshotReply.java index f5c44f87e4..ff11ca0317 100644 --- a/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/messages/UnInitializedFollowerSnapshotReply.java +++ b/opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/messages/UnInitializedFollowerSnapshotReply.java @@ -7,11 +7,13 @@ */ package org.opendaylight.controller.cluster.raft.messages; +import akka.dispatch.ControlMessage; + /** * Local message sent to self on receiving the InstallSnapshotReply from a follower indicating that * the catch up of the follower has completed successfully for an AddServer operation. */ -public class UnInitializedFollowerSnapshotReply { +public class UnInitializedFollowerSnapshotReply implements ControlMessage { private final String followerId; public UnInitializedFollowerSnapshotReply(String followerId) {