Class RequestScopedDecorator

java.lang.Object
io.quarkus.smallrye.reactivemessaging.runtime.RequestScopedDecorator
All Implemented Interfaces:
io.smallrye.reactive.messaging.PublisherDecorator, jakarta.enterprise.inject.spi.Prioritized

@ApplicationScoped public class RequestScopedDecorator extends Object implements io.smallrye.reactive.messaging.PublisherDecorator
  • Field Summary

    Fields inherited from interface io.smallrye.reactive.messaging.PublisherDecorator

    DEFAULT_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Multi<? extends org.eclipse.microprofile.reactive.messaging.Message<?>>
    decorate(io.smallrye.mutiny.Multi<? extends org.eclipse.microprofile.reactive.messaging.Message<?>> publisher, List<String> channelName, boolean isConnector)
     
    int
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.smallrye.reactive.messaging.PublisherDecorator

    decorate
  • Constructor Details

    • RequestScopedDecorator

      public RequestScopedDecorator()
  • Method Details

    • decorate

      public io.smallrye.mutiny.Multi<? extends org.eclipse.microprofile.reactive.messaging.Message<?>> decorate(io.smallrye.mutiny.Multi<? extends org.eclipse.microprofile.reactive.messaging.Message<?>> publisher, List<String> channelName, boolean isConnector)
      Specified by:
      decorate in interface io.smallrye.reactive.messaging.PublisherDecorator
    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface jakarta.enterprise.inject.spi.Prioritized
      Specified by:
      getPriority in interface io.smallrye.reactive.messaging.PublisherDecorator