Packages

class BulkPullerAsyncWithErrorMgt[A] extends GenericBulkPullerAsync[A, Int]

Source
BulkPullerAsync.scala
Linear Supertypes
GenericBulkPullerAsync[A, Int], ActorLogging, ActorPublisher[A], Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BulkPullerAsyncWithErrorMgt
  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 BulkPullerAsyncWithErrorMgt(offset: Long)(f: (Long, Int) ⇒ Future[(Seq[A], Boolean)])(stopOnError: (Throwable, Int) ⇒ 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. final def notify(): Unit
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  28. def onComplete(): Unit
    Definition Classes
    ActorPublisher
  29. def onCompleteThenStop(): Unit
    Definition Classes
    ActorPublisher
  30. def onError(cause: Throwable): Unit
    Definition Classes
    ActorPublisher
  31. def onErrorThenStop(cause: Throwable): Unit
    Definition Classes
    ActorPublisher
  32. def onFutureFailure(err: Throwable, currentPosition: Long, downstreamDemandBeforeFut: Int, buffer: Seq[A]): Unit
    Definition Classes
    BulkPullerAsyncWithErrorMgt → GenericBulkPullerAsync
  33. def onNext(element: A): Unit
    Definition Classes
    ActorPublisher
  34. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  35. def postStop(): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  36. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  37. def preStart(): Unit
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  38. def receive: Receive
    Definition Classes
    GenericBulkPullerAsync → Actor
  39. var s: Int
    Definition Classes
    BulkPullerAsyncWithErrorMgt → GenericBulkPullerAsync
  40. implicit final val self: ActorRef
    Definition Classes
    Actor
  41. final def sender(): ActorRef
    Definition Classes
    Actor
  42. def subscriptionTimeout: Duration
    Definition Classes
    ActorPublisher
  43. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def totalDemand: Long
    Definition Classes
    ActorPublisher
  47. def unhandled(message: Any): Unit
    Definition Classes
    Actor
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def waitingForDownstreamReq(currentPosition: Long, buffer: Seq[A], stopAfterBuf: Boolean): Receive
    Definition Classes
    GenericBulkPullerAsync
  52. def waitingForFut(currentPosition: Long, buffer: Seq[A], downstreamDemandBeforeFut: Int): Receive
    Definition Classes
    GenericBulkPullerAsync
  53. object Pull extends Product with Serializable
    Definition Classes
    GenericBulkPullerAsync

Inherited from GenericBulkPullerAsync[A, Int]

Inherited from ActorLogging

Inherited from ActorPublisher[A]

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped