Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Interfaces
  • Classes
  • Exceptions
  • Methods
  • Constructors
  • Deprecated Interfaces
    Interface
    Description
    org.apache.pekko.persistence.fsm.LoggingPersistentFSM
    Use EventSourcedBehavior. Since Akka 2.6.0.
    org.apache.pekko.persistence.fsm.PersistentFSM
    Use EventSourcedBehavior. Since Akka 2.6.0.
    org.apache.pekko.persistence.fsm.PersistentFSMBase
    Use EventSourcedBehavior. Since Akka 2.6.0.
    org.apache.pekko.remote.AssociationEvent
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.HasSequenceNumber
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemotingLifecycleEvent
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.AssociationHandle
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.netty.SSLEngineProvider
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.SchemeAugmenter
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.Transport
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.TransportAdapterProvider
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
  • Deprecated Classes
    Class
    Description
    org.apache.pekko.cluster.client.ClusterClient
    Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.cluster.client.ClusterClient.Publish
    Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.cluster.client.ClusterClient.Send
    Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.cluster.client.ClusterClient.SendToAll
    Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.cluster.client.ClusterClient$
    Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.cluster.client.ClusterClientReceptionist
    Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.cluster.client.ClusterClientReceptionist$
    Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.cluster.client.ClusterClientSettings
    Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.cluster.client.ClusterClientSettings$
    Use Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.cluster.client.ClusterReceptionist
    Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.cluster.client.ClusterReceptionist$
    Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.cluster.client.ClusterReceptionistSettings
    Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.cluster.client.ClusterReceptionistSettings$
    Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.persistence.fsm.AbstractPersistentFSM
    Use EventSourcedBehavior. Since Akka 2.6.0.
    org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
    Use EventSourcedBehavior. Since Akka 2.6.0.
    org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase$
    Use EventSourcedBehavior. Since Akka 2.6.0.
    org.apache.pekko.persistence.fsm.AbstractPersistentLoggingFSM
    Use EventSourcedBehavior. Since Akka 2.6.0.
    org.apache.pekko.persistence.fsm.japi.pf.FSMStateFunctionBuilder
    use EventSourcedBehavior since Akka 2.6.0
    org.apache.pekko.persistence.fsm.japi.pf.FSMStopBuilder
    use EventSourcedBehavior since Akka 2.6.0
    org.apache.pekko.persistence.fsm.PersistentFSM$
    Use EventSourcedBehavior. Since Akka 2.6.0.
    org.apache.pekko.persistence.journal.leveldb.SharedLeveldbStore
    Use another journal implementation or the in-mem journal in combination with the journal-proxy. Since Akka 2.6.15.
    org.apache.pekko.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal
    Use another journal implementation. Since Akka 2.6.15.
    org.apache.pekko.persistence.query.journal.leveldb.LeveldbReadJournalProvider
    Use another journal/query implementation. Since Akka 2.6.15.
    org.apache.pekko.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal
    Use another journal implementation. Since Akka 2.6.15.
    org.apache.pekko.remote.Ack
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.AckedReceiveBuffer
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.AckedSendBuffer
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.AssociatedEvent
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.AssociationErrorEvent
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.DisassociatedEvent
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.GracefulShutdownQuarantinedEvent
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.HasSequenceNumber$
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.QuarantinedEvent
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemotingErrorEvent
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemotingShutdownEvent
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemotingShutdownEvent$
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.SeqNo
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.SeqNo$
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.ThisActorSystemQuarantinedEvent
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.AbstractTransportAdapter
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.AbstractTransportAdapterHandle
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.ActorTransportAdapter
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.ActorTransportAdapter$
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.ActorTransportAdapterManager
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.AssociationHandle$
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.AssociationRegistry
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.AssociationRegistry$
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.FailureInjectorProvider
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.netty.ConfigSSLEngineProvider
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.netty.NettyFutureBridge
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.netty.NettyFutureBridge$
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.netty.NettyTransport
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.netty.NettyTransportSettings
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.TestAssociationHandle
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.TestTransport
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.TestTransport$
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.ThrottlerProvider
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.ThrottlerTransportAdapter
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.Transport$
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.TransportAdapters
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.TransportAdaptersExtension
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.TransportAdaptersExtension$
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.stream.SubstreamCancelStrategy
    Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
    org.apache.pekko.stream.SubstreamCancelStrategy$
    Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
  • Deprecated Exceptions
    Exceptions
    Description
    org.apache.pekko.remote.ResendBufferCapacityReachedException
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.ResendUnfulfillableException
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.FailureInjectorException
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.netty.NettyTransportException
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.transport.netty.NettyTransportExceptionNoStack
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
  • Deprecated Methods
    Method
    Description
    org.apache.pekko.actor.AbstractActor.preRestart(Throwable, Option<Object>)
    Override preRestart with message parameter with Optional type instead. Since Akka 2.5.0.
    org.apache.pekko.actor.testkit.typed.scaladsl.ScalaTestWithActorTestKit.styleName()
    The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement. Since 3.1.0.
    org.apache.pekko.cluster.client.ClusterClient.props(ClusterClientSettings)
    Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.cluster.client.ClusterClient$.props(ClusterClientSettings)
    Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.
    org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp.valueOf(int)
    org.apache.pekko.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp.valueOf(int)
    org.apache.pekko.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType.valueOf(int)
    org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type.valueOf(int)
    org.apache.pekko.cluster.protobuf.msg.ClusterMessages.MemberStatus.valueOf(int)
    org.apache.pekko.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus.valueOf(int)
    org.apache.pekko.dispatch.Futures.failedCompletionStage(Throwable)
    Use `CompletableFuture#failedStage` instead. Since 2.0.0.
    org.apache.pekko.dispatch.Futures$.failedCompletionStage(Throwable)
    Use `CompletableFuture#failedStage` instead. Since 2.0.0.
    org.apache.pekko.pattern.FutureTimeoutSupport.timeoutCompletionStage(Duration, Scheduler, Function0<CompletionStage<T>>, ExecutionContext)
    Use `CompletableFuture#orTimeout instead. Since 2.0.0.
    org.apache.pekko.pattern.Patterns.timeout(Duration, Scheduler, ExecutionContext, Callable<CompletionStage<T>>)
    Use `CompletableFuture#orTimeout instead. Since Pekko 2.0.0.
    org.apache.pekko.pattern.Patterns$.timeout(Duration, Scheduler, ExecutionContext, Callable<CompletionStage<T>>)
    Use `CompletableFuture#orTimeout instead. Since Pekko 2.0.0.
    org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase.setTimer(String, Object, FiniteDuration)
    Use startSingleTimer instead. Since Akka 2.6.0.
    org.apache.pekko.persistence.fsm.PersistentFSMBase.initialize()
    Removed from API, called internally. Since Akka 2.4.5.
    org.apache.pekko.persistence.fsm.PersistentFSMBase.setTimer(String, Object, FiniteDuration, boolean)
    Use startSingleTimer, startTimerWithFixedDelay or startTimerAtFixedRate instead. This has the same semantics as startTimerAtFixedRate, but startTimerWithFixedDelay is often preferred. Since Akka 2.6.0.
    org.apache.pekko.persistence.PluginSpec.styleName()
    The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement. Since 3.1.0.
    org.apache.pekko.persistence.state.javadsl.DurableStateUpdateStore.deleteObject(String)
    Use the deleteObject overload with revision instead. Since Akka 2.6.20.
    org.apache.pekko.persistence.state.scaladsl.DurableStateUpdateStore.deleteObject(String)
    Use the deleteObject overload with revision instead. Since Akka 2.6.20.
    org.apache.pekko.persistence.typed.serialization.ReplicatedEventSourcing.ORSetDeltaOp.valueOf(int)
    org.apache.pekko.remote.AddressUidExtension.addressUid()
    Use longAddressUid instead. Since Akka 2.4.x.
    org.apache.pekko.remote.ContainerFormats.PatternType.valueOf(int)
    org.apache.pekko.remote.RemoteSettings.Adapters()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.BackoffPeriod()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.CommandAckTimeout()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.Dispatcher()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.FlushWait()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.InitialSysMsgDeliveryTimeout()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.LogBufferSizeExceeding()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.LogFrameSizeExceeding()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.LogReceive()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.LogSend()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.QuarantineDuration()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.QuarantineSilentSystemTimeout()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.RemoteLifecycleEventsLogLevel()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.RetryGateClosedFor()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.ShutdownTimeout()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.StartupTimeout()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.SysMsgAckTimeout()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.SysMsgBufferSize()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.SysResendLimit()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.SysResendTimeout()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.TrustedSelectionPaths()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.UntrustedMode()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.RemoteSettings.UsePassiveConnections()
    Classic remoting is deprecated, use Artery. Since Akka 2.6.0.
    org.apache.pekko.remote.SystemMessageFormats.SystemMessage.Type.valueOf(int)
    org.apache.pekko.remote.testconductor.TestConductorProtocol.BarrierOp.valueOf(int)
    org.apache.pekko.remote.testconductor.TestConductorProtocol.Direction.valueOf(int)
    org.apache.pekko.remote.testconductor.TestConductorProtocol.FailType.valueOf(int)
    org.apache.pekko.remote.WireFormats.CommandType.valueOf(int)
    org.apache.pekko.remote.WireFormats.TimeUnit.valueOf(int)
    org.apache.pekko.stream.ActorMaterializer.apply(ActorMaterializerSettings, String, ActorRefFactory)
    Use the system wide materializer with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
    org.apache.pekko.stream.ActorMaterializer.apply(ActorMaterializerSettings, ActorRefFactory)
    Use the system wide materializer or Materializer.apply(actorContext) with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
    org.apache.pekko.stream.ActorMaterializer.apply(Option<ActorMaterializerSettings>, Option<String>, ActorRefFactory)
    Use the system wide materializer with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
    org.apache.pekko.stream.ActorMaterializer.create(ActorRefFactory)
    Use the system wide materializer or Materializer.create(actorContext) with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
    org.apache.pekko.stream.ActorMaterializer$.apply(ActorMaterializerSettings, String, ActorRefFactory)
    Use the system wide materializer with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
    org.apache.pekko.stream.ActorMaterializer$.apply(ActorMaterializerSettings, ActorRefFactory)
    Use the system wide materializer or Materializer.apply(actorContext) with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
    org.apache.pekko.stream.ActorMaterializer$.apply(Option<ActorMaterializerSettings>, Option<String>, ActorRefFactory)
    Use the system wide materializer with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
    org.apache.pekko.stream.ActorMaterializer$.create(ActorRefFactory)
    Use the system wide materializer or Materializer.create(actorContext) with stream attributes or configuration settings to change defaults. Since Akka 2.6.0.
    org.apache.pekko.stream.ActorMaterializerSettings.apply(Config)
    Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
    org.apache.pekko.stream.ActorMaterializerSettings.apply(ActorSystem)
    Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
    org.apache.pekko.stream.ActorMaterializerSettings.withDispatcher(String)
    Use attribute 'ActorAttributes.Dispatcher' to change setting value. Since Akka 2.6.0.
    org.apache.pekko.stream.ActorMaterializerSettings.withInputBuffer(int, int)
    Use attribute 'Attributes.InputBuffer' to change setting value. Since Akka 2.6.0.
    org.apache.pekko.stream.ActorMaterializerSettings$.apply(Config)
    Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
    org.apache.pekko.stream.ActorMaterializerSettings$.apply(ActorSystem)
    Use config or attributes to configure the materializer. See migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
    org.apache.pekko.stream.Attributes.getFirst(ClassTag<T>)
    Attributes should always be most specific, use get[T]. Since Akka 2.5.7.
    org.apache.pekko.stream.Attributes.getFirst(T, ClassTag<T>)
    Attributes should always be most specific, use get[T]. Since Akka 2.5.7.
    org.apache.pekko.stream.Attributes.getFirstAttribute(Class<T>)
    Attributes should always be most specific, use get[T]. Since Akka 2.5.7.
    org.apache.pekko.stream.Attributes.getFirstAttribute(Class<T>, T)
    Attributes should always be most specific, use getAttribute[T]. Since Akka 2.5.7.
    org.apache.pekko.stream.IOSettings.apply(Config)
    Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
    org.apache.pekko.stream.IOSettings$.apply(Config)
    Use setting 'pekko.stream.materializer.io.tcp.write-buffer-size' or attribute TcpAttributes.writeBufferSize instead. Since Akka 2.6.0.
    org.apache.pekko.stream.javadsl.Flow.aggregateWithBoundary(Creator<Agg>, Function2<Agg, Out, Pair<Agg, Object>>, Function<Agg, Emit>, Pair<Predicate<Agg>, Duration>)
    Use the overloaded one which accepts an Optional instead. Since 1.2.0.
    org.apache.pekko.stream.javadsl.Flow.splitAfter(SubstreamCancelStrategy, Predicate<Out>)
    Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
    org.apache.pekko.stream.javadsl.Flow.splitWhen(SubstreamCancelStrategy, Predicate<Out>)
    Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
    org.apache.pekko.stream.javadsl.Source.aggregateWithBoundary(Creator<Agg>, Function2<Agg, Out, Pair<Agg, Object>>, Function<Agg, Emit>, Pair<Predicate<Agg>, Duration>)
    Use the overloaded one which accepts an Optional instead. Since 1.2.0.
    org.apache.pekko.stream.javadsl.Source.splitAfter(SubstreamCancelStrategy, Predicate<Out>)
    Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
    org.apache.pekko.stream.javadsl.Source.splitWhen(SubstreamCancelStrategy, Predicate<Out>)
    Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
    org.apache.pekko.stream.javadsl.SubFlow.aggregateWithBoundary(Creator<Agg>, Function2<Agg, Out, Pair<Agg, Object>>, Function<Agg, Emit>, Pair<Predicate<Agg>, Duration>)
    Use the overloaded one which accepts an Optional instead. Since 1.2.0.
    org.apache.pekko.stream.javadsl.SubSource.aggregateWithBoundary(Creator<Agg>, Function2<Agg, Out, Pair<Agg, Object>>, Function<Agg, Emit>, Pair<Predicate<Agg>, Duration>)
    Use the overloaded one which accepts an Optional instead. Since 1.2.0.
    org.apache.pekko.stream.Materializer.settings()
    Use attributes to access settings from stages. Since Akka 2.6.0.
    org.apache.pekko.stream.scaladsl.FlowOps.splitAfter(SubstreamCancelStrategy, Function1<Out, Object>)
    Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
    org.apache.pekko.stream.scaladsl.FlowOps.splitWhen(SubstreamCancelStrategy, Function1<Out, Object>)
    Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
    org.apache.pekko.stream.StreamRefSettings.bufferCapacity()
    Use attribute 'StreamRefAttributes.BufferCapacity' to read the concrete setting value. Since Akka 2.6.0.
    org.apache.pekko.stream.StreamRefSettings.demandRedeliveryInterval()
    Use attribute 'StreamRefAttributes.DemandRedeliveryInterval' to read the concrete setting value. Since Akka 2.6.0.
    org.apache.pekko.stream.StreamRefSettings.finalTerminationSignalDeadline()
    Use attribute 'StreamRefAttributes.FinalTerminationSignalDeadline' to read the concrete setting value. Since Akka 2.6.0.
    org.apache.pekko.stream.StreamRefSettings.subscriptionTimeout()
    Use attribute 'StreamRefAttributes.SubscriptionTimeout' to read the concrete setting value. Since Akka 2.6.0.
    org.apache.pekko.stream.StreamRefSettings$.apply(Config)
    Use attributes on the Runnable graph or change the defaults in configuration, see migration guide for details https://doc.akka.io/docs/akka/2.6/project/migration-guide-2.5.x-2.6.x.html. Since Akka 2.6.0.
  • Deprecated Constructors
    Constructor
    Description
    org.apache.pekko.stream.IOSettings(int)
    Use attribute 'TcpAttributes.TcpWriteBufferSize' to read the concrete setting value. Since Akka 2.6.0.