Class SimpleOutputs

    • Constructor Detail

      • SimpleOutputs

        public SimpleOutputs​(ActorRef actor,
                             Pump pump)
    • Method Detail

      • cancel

        public void cancel()
        Specified by:
        cancel in interface Outputs
      • complete

        public void complete()
        Specified by:
        complete in interface Outputs
      • createSubscription

        protected org.reactivestreams.Subscription createSubscription()
      • demandCount

        public long demandCount()
        Specified by:
        demandCount in interface Outputs
      • downstreamCompleted

        protected boolean downstreamCompleted()
      • downstreamCompleted_$eq

        protected void downstreamCompleted_$eq​(boolean x$1)
      • downstreamDemand

        protected long downstreamDemand()
      • downstreamDemand_$eq

        protected void downstreamDemand_$eq​(long x$1)
      • downstreamRunning

        protected scala.PartialFunction<java.lang.Object,​scala.runtime.BoxedUnit> downstreamRunning()
      • enqueueOutputElement

        public void enqueueOutputElement​(java.lang.Object elem)
        Specified by:
        enqueueOutputElement in interface Outputs
      • error

        public void error​(java.lang.Throwable e)
        Specified by:
        error in interface Outputs
      • exposedPublisher

        protected ActorPublisher<java.lang.Object> exposedPublisher()
      • exposedPublisher_$eq

        protected void exposedPublisher_$eq​(ActorPublisher<java.lang.Object> x$1)
      • isClosed

        public boolean isClosed()
        Specified by:
        isClosed in interface Outputs
      • isSubscribed

        public boolean isSubscribed()
      • pump

        public Pump pump()
      • subscriber

        protected org.reactivestreams.Subscriber<java.lang.Object> subscriber()
      • subscriber_$eq

        protected void subscriber_$eq​(org.reactivestreams.Subscriber<java.lang.Object> x$1)
      • waitingExposedPublisher

        protected scala.PartialFunction<java.lang.Object,​scala.runtime.BoxedUnit> waitingExposedPublisher()