* Deprecates status message based api #27503 * Deprecates actorRefWithAck for actorRefWithBackpressure
This commit is contained in:
parent
aee0152da2
commit
751918e84c
34 changed files with 618 additions and 195 deletions
|
|
@ -29,7 +29,7 @@ private object ActorRefBackpressureSource {
|
|||
val out: Outlet[T] = Outlet[T]("actorRefSource.out")
|
||||
|
||||
override val shape: SourceShape[T] = SourceShape.of(out)
|
||||
override def initialAttributes: Attributes = DefaultAttributes.actorRefWithAckSource
|
||||
override def initialAttributes: Attributes = DefaultAttributes.actorRefWithBackpressureSource
|
||||
|
||||
def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, ActorRef) =
|
||||
throw new IllegalStateException("Not supported")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue