Bug 7449: Introduce ClientActorConfig in cds-access-client
[controller.git] / opendaylight / md-sal / cds-access-client / src / main / java / org / opendaylight / controller / cluster / access / client / AbstractClientActor.java
index fdba64f06492b47ffa053fb28443ee28326bc628..2fb4c943079527f489cbaeb609b5c10ee9c6b8d3 100644 (file)
@@ -68,4 +68,6 @@ public abstract class AbstractClientActor extends UntypedPersistentActor {
     }
 
     protected abstract ClientActorBehavior<?> initialBehavior(ClientActorContext context);
+
+    protected abstract ClientActorConfig getClientActorConfig();
 }