public class Unzip extends FanOut
FanOut.ExposedPublishers, FanOut.ExposedPublishers$, FanOut.FanoutOutputs, FanOut.OutputBunch, FanOut.SubstreamCancel, FanOut.SubstreamCancel$, FanOut.SubstreamRequestMore, FanOut.SubstreamRequestMore$, FanOut.SubstreamSubscribePending, FanOut.SubstreamSubscribePending$, FanOut.SubstreamSubscription
Actor.emptyBehavior$, Actor.ignoringBehavior$
Constructor and Description |
---|
Unzip(ActorMaterializerSettings _settings) |
Modifier and Type | Method and Description |
---|---|
protected static void |
akka$actor$Actor$_setter_$context_$eq(ActorContext x$1) |
protected static void |
akka$actor$Actor$_setter_$self_$eq(ActorRef x$1) |
static void |
akka$actor$ActorLogging$$_log_$eq(LoggingAdapter x$1) |
static LoggingAdapter |
akka$actor$ActorLogging$$_log() |
protected static void |
akka$stream$impl$Pump$_setter_$completedPhase_$eq(TransferPhase x$1) |
static void |
akka$stream$impl$Pump$$currentAction_$eq(scala.Function0<scala.runtime.BoxedUnit> x$1) |
static scala.Function0<scala.runtime.BoxedUnit> |
akka$stream$impl$Pump$$currentAction() |
static void |
akka$stream$impl$Pump$$transferState_$eq(TransferState x$1) |
static TransferState |
akka$stream$impl$Pump$$transferState() |
protected static void |
aroundPostRestart(java.lang.Throwable reason) |
protected static void |
aroundPostStop() |
protected static void |
aroundPreRestart(java.lang.Throwable reason,
scala.Option<java.lang.Object> message) |
protected static void |
aroundPreStart() |
protected static void |
aroundReceive(scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive,
java.lang.Object msg) |
protected static TransferPhase |
completedPhase() |
static ActorContext |
context() |
protected static void |
fail(java.lang.Throwable e) |
static void |
gotUpstreamSubscription() |
static void |
initialPhase(int waitForUpstream,
TransferPhase andThen) |
static boolean |
isPumpFinished() |
static LoggingAdapter |
log() |
static void |
nextPhase(TransferPhase phase) |
protected static FanOut.OutputBunch |
outputBunch() |
static int |
outputCount() |
static void |
postRestart(java.lang.Throwable reason) |
static void |
postStop() |
static void |
preRestart(java.lang.Throwable reason,
scala.Option<java.lang.Object> message) |
static void |
preStart() |
protected static Inputs |
primaryInputs() |
static Props |
props(ActorMaterializerSettings settings) |
static void |
pump() |
static void |
pumpFailed(java.lang.Throwable e) |
static void |
pumpFinished() |
static scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive() |
static ActorRef |
self() |
static ActorRef |
sender() |
static ActorMaterializerSettings |
settings() |
static SupervisorStrategy |
supervisorStrategy() |
static void |
unhandled(java.lang.Object message) |
static void |
waitForUpstreams(int waitForUpstream) |
completedPhase, context, fail, outputBunch, outputCount, postRestart, postStop, primaryInputs, pumpFailed, pumpFinished, receive, self, settings
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, preRestart, preStart, sender, supervisorStrategy, unhandled
log
gotUpstreamSubscription, initialPhase, isPumpFinished, nextPhase, pump, waitForUpstreams
public Unzip(ActorMaterializerSettings _settings)
public static Props props(ActorMaterializerSettings settings)
public static final ActorRef sender()
protected static void aroundReceive(scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive, java.lang.Object msg)
protected static void aroundPreStart()
protected static void aroundPostStop()
protected static void aroundPreRestart(java.lang.Throwable reason, scala.Option<java.lang.Object> message)
protected static void aroundPostRestart(java.lang.Throwable reason)
public static SupervisorStrategy supervisorStrategy()
public static void preStart() throws java.lang.Exception
java.lang.Exception
public static void preRestart(java.lang.Throwable reason, scala.Option<java.lang.Object> message) throws java.lang.Exception
java.lang.Exception
public static void unhandled(java.lang.Object message)
public static LoggingAdapter log()
public static final void initialPhase(int waitForUpstream, TransferPhase andThen)
public static final void waitForUpstreams(int waitForUpstream)
public static void gotUpstreamSubscription()
public static final void nextPhase(TransferPhase phase)
public static final boolean isPumpFinished()
public static final void pump()
public static ActorMaterializerSettings settings()
public static int outputCount()
protected static FanOut.OutputBunch outputBunch()
protected static Inputs primaryInputs()
public static void pumpFinished()
public static void pumpFailed(java.lang.Throwable e)
protected static void fail(java.lang.Throwable e)
public static void postStop()
public static void postRestart(java.lang.Throwable reason)
public static scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
public static TransferState akka$stream$impl$Pump$$transferState()
public static void akka$stream$impl$Pump$$transferState_$eq(TransferState x$1)
public static scala.Function0<scala.runtime.BoxedUnit> akka$stream$impl$Pump$$currentAction()
public static void akka$stream$impl$Pump$$currentAction_$eq(scala.Function0<scala.runtime.BoxedUnit> x$1)
protected static final TransferPhase completedPhase()
protected static final void akka$stream$impl$Pump$_setter_$completedPhase_$eq(TransferPhase x$1)
public static LoggingAdapter akka$actor$ActorLogging$$_log()
public static void akka$actor$ActorLogging$$_log_$eq(LoggingAdapter x$1)
public static ActorContext context()
public static final ActorRef self()
protected static void akka$actor$Actor$_setter_$context_$eq(ActorContext x$1)
protected static final void akka$actor$Actor$_setter_$self_$eq(ActorRef x$1)