Packages

class BulkPullerAsyncWithErrorExpBackoff[A] extends GenericBulkPullerAsync[A, (Int, FiniteDuration)]

Source
BulkPullerAsync.scala
Linear Supertypes
GenericBulkPullerAsync[A, (Int, FiniteDuration)], ActorLogging, ActorPublisher[A], Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BulkPullerAsyncWithErrorExpBackoff
  2. GenericBulkPullerAsync
  3. ActorLogging
  4. ActorPublisher
  5. Actor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BulkPullerAsyncWithErrorExpBackoff(offset: Long, maxRetryDuration: FiniteDuration, retryMinInterval: FiniteDuration)(f: (Long, Int) ⇒ Future[(Seq[A], Boolean)])

Type Members

  1. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aroundPostRestart(reason: Throwable): Unit
    Attributes
    protected[akka]
    Definition Classes
    ActorPublisher → Actor
  5. def aroundPostStop(): Unit
    Attributes
    protected[akka]
    Definition Classes
    ActorPublisher → Actor
  6. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
    Attributes
    protected[akka]
    Definition Classes
    ActorPublisher → Actor
  7. def aroundPreStart(): Unit
    Attributes
    protected[akka]
    Definition Classes
    ActorPublisher → Actor
  8. def aroundReceive(receive: Receive, msg: Any): Unit
    Attributes
    protected[akka]
    Definition Classes
    ActorPublisher → Actor
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. implicit val context: ActorContext
    Definition Classes
    Actor
  12. implicit val ec: ExecutionContextExecutor
    Definition Classes
    GenericBulkPullerAsync
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. final def isActive: Boolean
    Definition Classes
    ActorPublisher
  19. final def isCanceled: Boolean
    Definition Classes
    ActorPublisher
  20. final def isCompleted: Boolean
    Definition Classes
    ActorPublisher
  21. final def isErrorEmitted: Boolean
    Definition Classes
    ActorPublisher
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def log: LoggingAdapter
    Definition Classes
    ActorLogging
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def nextElements(currentPosition: Long, n: Int, buffer: Seq[A], stopAfterBuf: Boolean): Future[(Seq[A], Boolean)]
    Definition Classes
    GenericBulkPullerAsync
  26. def nextExpBackoff(i: Int): FiniteDuration
  27. final def notify(): Unit
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  29. def onComplete(): Unit
    Definition Classes
    ActorPublisher
  30. def onCompleteThenStop(): Unit
    Definition Classes
    ActorPublisher
  31. def onError(cause: Throwable): Unit
    Definition Classes
    ActorPublisher
  32. def onErrorThenStop(cause: Throwable): Unit
    Definition Classes
    ActorPublisher
  33. def onFutureFailure(err: Throwable, currentPosition: Long, downstreamDemandBeforeFut: Int, buffer: Seq[A]): Unit
    Definition Classes
    BulkPullerAsyncWithErrorExpBackoff → GenericBulkPullerAsync
  34. def onNext(element: A): Unit
    Definition Classes
    ActorPublisher
  35. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  36. def postStop(): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  37. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  38. def preStart(): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  39. def receive: Receive
    Definition Classes
    GenericBulkPullerAsync → Actor
  40. var s: (Int, FiniteDuration)
    Definition Classes
    BulkPullerAsyncWithErrorExpBackoff → GenericBulkPullerAsync
  41. implicit final val self: ActorRef
    Definition Classes
    Actor
  42. final def sender(): ActorRef
    Definition Classes
    Actor
  43. def subscriptionTimeout: Duration
    Definition Classes
    ActorPublisher
  44. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def totalDemand: Long
    Definition Classes
    ActorPublisher
  48. def unhandled(message: Any): Unit
    Definition Classes
    Actor
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def waitingForDownstreamReq(currentPosition: Long, buffer: Seq[A], stopAfterBuf: Boolean): Receive
    Definition Classes
    GenericBulkPullerAsync
  53. def waitingForFut(currentPosition: Long, buffer: Seq[A], downstreamDemandBeforeFut: Int): Receive
    Definition Classes
    GenericBulkPullerAsync
  54. object Pull extends Product with Serializable
    Definition Classes
    GenericBulkPullerAsync

Inherited from GenericBulkPullerAsync[A, (Int, FiniteDuration)]

Inherited from ActorLogging

Inherited from ActorPublisher[A]

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped