Package io.smallrye.reactive.messaging
Class StreamTransformerMediator
- java.lang.Object
-
- io.smallrye.reactive.messaging.AbstractMediator
-
- io.smallrye.reactive.messaging.StreamTransformerMediator
-
public class StreamTransformerMediator extends AbstractMediator
-
-
Field Summary
-
Fields inherited from class io.smallrye.reactive.messaging.AbstractMediator
configuration, health, workerPoolRegistry
-
-
Constructor Summary
Constructors Constructor Description StreamTransformerMediator(MediatorConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
connectToUpstream(org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<? extends Message<?>> publisher)
org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<? extends Message<?>>
getStream()
void
initialize(Object bean)
boolean
isConnected()
-
Methods inherited from class io.smallrye.reactive.messaging.AbstractMediator
configuration, decorate, getAckOrCompletion, getComputedSubscriber, getConfiguration, getMethodAsString, handlePreProcessingAck, invoke, invokeBlocking, managePreProcessingAck, run, setDecorators, setHealth, setInvoker, setWorkerPoolRegistry
-
-
-
-
Constructor Detail
-
StreamTransformerMediator
public StreamTransformerMediator(MediatorConfiguration configuration)
-
-
Method Detail
-
connectToUpstream
public void connectToUpstream(org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<? extends Message<?>> publisher)
- Overrides:
connectToUpstream
in classAbstractMediator
-
getStream
public org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<? extends Message<?>> getStream()
- Overrides:
getStream
in classAbstractMediator
-
isConnected
public boolean isConnected()
- Specified by:
isConnected
in classAbstractMediator
-
initialize
public void initialize(Object bean)
- Overrides:
initialize
in classAbstractMediator
-
-