Package akka.stream.actor
-
Interface Summary Interface Description ActorPublisher<T> Deprecated. Use `akka.stream.stage.GraphStage` instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.ActorPublisher.Internal$.LifecycleState ActorSubscriber Deprecated. Use `akka.stream.stage.GraphStage` instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.RequestStrategy Invoked by theActorSubscriber
after each incoming message to determine how many more elements to request from the stream. -
Class Summary Class Description AbstractActorPublisher<T> Deprecated. Useakka.stream.stage.GraphStage
instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.AbstractActorPublisher$ Deprecated. Use `akka.stream.stage.GraphStage` instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.AbstractActorPublisherWithStash<T> Deprecated. Useakka.stream.stage.GraphStage
instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.AbstractActorPublisherWithUnboundedStash<T> Deprecated. Useakka.stream.stage.GraphStage
instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.AbstractActorPublisherWithUnrestrictedStash<T> Deprecated. Useakka.stream.stage.GraphStage
instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.AbstractActorSubscriber Deprecated. Useakka.stream.stage.GraphStage
instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.AbstractActorSubscriber$ Deprecated. Use `akka.stream.stage.GraphStage` instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.ActorPublisher.Internal$ INTERNAL APIActorPublisher$ Deprecated. Use `akka.stream.stage.GraphStage` instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.ActorPublisherImpl<T> INTERNAL APIActorPublisherImpl$ ActorPublisherMessage INTERNAL APIActorPublisherMessage.Cancel ActorPublisherMessage.Cancel$ ActorPublisherMessage.Request ActorPublisherMessage.Request$ ActorPublisherMessage.SubscriptionTimeoutExceeded ActorPublisherMessage.SubscriptionTimeoutExceeded$ This message is delivered to theActorPublisher
actor in order to signal the exceeding of an subscription timeout.ActorPublisherMessage$ This message is delivered to theActorPublisher
actor when the stream subscriber requests more elements.ActorPublisherState INTERNAL APIActorPublisherState.State ActorPublisherState.State$ ActorPublisherState$ INTERNAL API Some state must survive restarts.ActorPublisherSubscription<T> INTERNAL APIActorSubscriber.OnSubscribe INTERNAL APIActorSubscriber.OnSubscribe$ ActorSubscriber$ Deprecated. Use `akka.stream.stage.GraphStage` instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.ActorSubscriberImpl<T> INTERNAL APIActorSubscriberMessage INTERNAL APIActorSubscriberMessage.OnComplete$ ActorSubscriberMessage.OnError ActorSubscriberMessage.OnError$ ActorSubscriberMessage.OnNext ActorSubscriberMessage.OnNext$ ActorSubscriberMessage$ Java API: get the singleton instance of theOnComplete
messageActorSubscriberState INTERNAL APIActorSubscriberState.State ActorSubscriberState.State$ ActorSubscriberState$ INTERNAL API Some state must survive restarts.MaxInFlightRequestStrategy Concrete subclass must implement this method to define how many messages that are currently in progress or queued.OneByOneRequestStrategy Java API: get the singleton instanceOneByOneRequestStrategy$ Java API: get the singleton instanceUntypedActorPublisher<T> Deprecated. Use `akka.stream.stage.GraphStage` instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.UntypedActorPublisher$ Deprecated. Use `akka.stream.stage.GraphStage` instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.UntypedActorSubscriber Deprecated. Useakka.stream.stage.GraphStage
instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.UntypedActorSubscriber$ Deprecated. Use `akka.stream.stage.GraphStage` instead, it allows for all operations an Actor would and is more type-safe as well as guaranteed to be ReactiveStreams compliant.WatermarkRequestStrategy WatermarkRequestStrategy$ ZeroRequestStrategy Java API: get the singleton instanceZeroRequestStrategy$ Java API: get the singleton instance