public class TransactionReadyReplyMapper extends akka.dispatch.Mapper<Object,akka.actor.ActorSelection>
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.
Modifier and Type | Field and Description |
---|---|
protected static akka.dispatch.Mapper<Throwable,Throwable> |
SAME_FAILURE_TRANSFORMER |
Modifier | Constructor and Description |
---|---|
protected |
TransactionReadyReplyMapper(ActorContext actorContext,
TransactionIdentifier identifier) |
Modifier and Type | Method and Description |
---|---|
akka.actor.ActorSelection |
checkedApply(Object serializedReadyReply) |
protected String |
extractCohortPathFrom(ReadyTransactionReply readyTxReply) |
protected ActorContext |
getActorContext() |
andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toString
protected TransactionReadyReplyMapper(ActorContext actorContext, TransactionIdentifier identifier)
protected final ActorContext getActorContext()
protected String extractCohortPathFrom(ReadyTransactionReply readyTxReply)
Copyright © 2019 OpenDaylight. All rights reserved.