public abstract class UntypedActorPublisher<T> extends UntypedActor implements ActorPublisher<T>
ActorPublisher
ActorPublisher.Internal$
Actor.emptyBehavior$, Actor.ignoringBehavior$
Constructor and Description |
---|
UntypedActorPublisher() |
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) |
protected abstract static void |
akka$stream$actor$ActorPublisher$_setter_$akka$stream$actor$ActorPublisher$$state_$eq(ActorPublisherState x$1) |
static void |
akka$stream$actor$ActorPublisher$$demand_$eq(long x$1) |
static long |
akka$stream$actor$ActorPublisher$$demand() |
static void |
akka$stream$actor$ActorPublisher$$lifecycleState_$eq(akka.stream.actor.ActorPublisher.Internal.LifecycleState x$1) |
static akka.stream.actor.ActorPublisher.Internal.LifecycleState |
akka$stream$actor$ActorPublisher$$lifecycleState() |
static void |
akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout_$eq(Cancellable x$1) |
static Cancellable |
akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout() |
static ActorPublisherState |
akka$stream$actor$ActorPublisher$$state() |
static void |
akka$stream$actor$ActorPublisher$$subscriber_$eq(org.reactivestreams.Subscriber<java.lang.Object> x$1) |
static org.reactivestreams.Subscriber<java.lang.Object> |
akka$stream$actor$ActorPublisher$$subscriber() |
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) |
static ActorContext |
context() |
static <T> org.reactivestreams.Publisher<T> |
create(ActorRef ref)
Java API: Create a
Publisher backed by a UntypedActorPublisher actor. |
static UntypedActorContext |
getContext() |
static ActorRef |
getSelf() |
static ActorRef |
getSender() |
static boolean |
isActive() |
static boolean |
isCanceled() |
static boolean |
isCompleted() |
static boolean |
isErrorEmitted() |
static void |
onComplete() |
static void |
onCompleteThenStop() |
static void |
onError(java.lang.Throwable cause) |
static void |
onErrorThenStop(java.lang.Throwable cause) |
static void |
onNext(T element) |
abstract static void |
onReceive(java.lang.Object message) |
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() |
static scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive() |
static ActorRef |
self() |
static ActorRef |
sender() |
static scala.concurrent.duration.Duration |
subscriptionTimeout() |
static SupervisorStrategy |
supervisorStrategy() |
static long |
totalDemand() |
static void |
unhandled(java.lang.Object message) |
context, getContext, getSelf, getSender, onReceive, postRestart, postStop, preRestart, preStart, receive, self, supervisorStrategy, unhandled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, cancelSelf, isActive, isCanceled, isCompleted, isErrorEmitted, onComplete, onCompleteThenStop, onError, onErrorThenStop, onNext, subscriptionTimeout, totalDemand
context, postRestart, postStop, preRestart, preStart, receive, self, sender, supervisorStrategy, unhandled
public static <T> org.reactivestreams.Publisher<T> create(ActorRef ref)
Publisher
backed by a UntypedActorPublisher
actor. It can be
attached to a Subscriber
or be used as an input source for a
Flow
.ref
- (undocumented)public static final ActorRef sender()
public abstract static void onReceive(java.lang.Object message) throws java.lang.Throwable
java.lang.Throwable
public static UntypedActorContext getContext()
public static ActorRef getSelf()
public static ActorRef getSender()
public static SupervisorStrategy supervisorStrategy()
public static void preStart() throws java.lang.Exception
java.lang.Exception
public static void postStop() 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 postRestart(java.lang.Throwable reason) throws java.lang.Exception
java.lang.Exception
public static final scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
public static void unhandled(java.lang.Object message)
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)
public static ActorPublisherState akka$stream$actor$ActorPublisher$$state()
public static org.reactivestreams.Subscriber<java.lang.Object> akka$stream$actor$ActorPublisher$$subscriber()
public static void akka$stream$actor$ActorPublisher$$subscriber_$eq(org.reactivestreams.Subscriber<java.lang.Object> x$1)
public static long akka$stream$actor$ActorPublisher$$demand()
public static void akka$stream$actor$ActorPublisher$$demand_$eq(long x$1)
public static akka.stream.actor.ActorPublisher.Internal.LifecycleState akka$stream$actor$ActorPublisher$$lifecycleState()
public static void akka$stream$actor$ActorPublisher$$lifecycleState_$eq(akka.stream.actor.ActorPublisher.Internal.LifecycleState x$1)
public static Cancellable akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout()
public static void akka$stream$actor$ActorPublisher$$scheduledSubscriptionTimeout_$eq(Cancellable x$1)
public static scala.concurrent.duration.Duration subscriptionTimeout()
public static final boolean isActive()
public static final long totalDemand()
public static final boolean isCompleted()
public static final boolean isErrorEmitted()
public static final boolean isCanceled()
public static void onNext(T element)
public static void onComplete()
public static void onCompleteThenStop()
public static void onError(java.lang.Throwable cause)
public static void onErrorThenStop(java.lang.Throwable cause)
protected static void aroundReceive(scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive, java.lang.Object msg)
protected static void aroundPreStart()
protected static void aroundPreRestart(java.lang.Throwable reason, scala.Option<java.lang.Object> message)
protected static void aroundPostRestart(java.lang.Throwable reason)
protected static void aroundPostStop()
protected abstract static void akka$stream$actor$ActorPublisher$_setter_$akka$stream$actor$ActorPublisher$$state_$eq(ActorPublisherState x$1)