Class TransactionReadyReplyMapper

  • All Implemented Interfaces:
    scala.Function1<Object,​akka.actor.ActorSelection>

    public class TransactionReadyReplyMapper
    extends akka.dispatch.Mapper<Object,​akka.actor.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.

    • Field Detail

      • SAME_FAILURE_TRANSFORMER

        protected static final akka.dispatch.Mapper<Throwable,​Throwable> SAME_FAILURE_TRANSFORMER
    • Method Detail

      • getActorUtils

        protected final ActorUtils getActorUtils()
      • checkedApply

        public final akka.actor.ActorSelection checkedApply​(Object serializedReadyReply)
        Overrides:
        checkedApply in class akka.dispatch.Mapper<Object,​akka.actor.ActorSelection>