Class AbstractEmitter<T>

    • Field Detail

      • internal

        protected final AtomicReference<io.smallrye.mutiny.subscription.MultiEmitter<? super Message<? extends T>>> internal
      • publisher

        protected final io.smallrye.mutiny.Multi<Message<? extends T>> publisher
      • name

        protected final String name
    • Constructor Detail

    • Method Detail

      • complete

        public void complete()
      • isCancelled

        public boolean isCancelled()
      • hasRequests

        public boolean hasRequests()
      • getPublisher

        public org.reactivestreams.Publisher<Message<? extends T>> getPublisher()
      • emit

        protected void emit​(Message<? extends T> message)