Class TransactionReadyReplyMapper

java.lang.Object
scala.runtime.AbstractFunction1<T,R>
akka.dispatch.Mapper<Object,ActorSelection>
org.opendaylight.controller.cluster.datastore.TransactionReadyReplyMapper
All Implemented Interfaces:
scala.Function1<Object,ActorSelection>

public class TransactionReadyReplyMapper extends Mapper<Object,ActorSelection>
A Mapper extracting the ActorSelection pointing to the actor which is backing a particular transaction.

This class is not for general consumption. It is public only to support the pre-lithium compatibility package. TODO: once we remove compatibility, make this class package-private and final.