Package | Description |
---|---|
acme | |
io.smallrye.reactive.messaging | |
io.smallrye.reactive.messaging.example.eventclouds |
Modifier and Type | Method and Description |
---|---|
org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> |
Main.filter(org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> input) |
CompletionStage<KafkaRecord<String,String>> |
Sender.send() |
org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> |
Main.source() |
String |
Main.toUpperCase(String payload) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMediatorConfiguration.compute(Incomings incomings,
Outgoing outgoing,
Blocking blocking) |
void |
DefaultMediatorConfiguration.compute(List<Incoming> incomings,
Outgoing outgoing,
Blocking blocking) |
Modifier and Type | Method and Description |
---|---|
CloudEventMessage<String> |
MyCloudEventProcessor.process(CloudEventMessage<String> message) |
org.reactivestreams.Publisher<CloudEventMessage<String>> |
MyCloudEventSource.source() |
Copyright © 2018–2020 SmallRye. All rights reserved.