Class ActorPublisherSubscription<T>

  • All Implemented Interfaces:
    org.reactivestreams.Subscription

    public class ActorPublisherSubscription<T>
    extends java.lang.Object
    implements org.reactivestreams.Subscription
    INTERNAL API
    • Constructor Detail

      • ActorPublisherSubscription

        public ActorPublisherSubscription​(ActorRef ref)
    • Method Detail

      • cancel

        public void cancel()
        Specified by:
        cancel in interface org.reactivestreams.Subscription
      • request

        public void request​(long n)
        Specified by:
        request in interface org.reactivestreams.Subscription