| Package | Description |
|---|---|
| acme | |
| awssns | |
| gcp.pubsub | |
| inbound | |
| io.smallrye.reactive.messaging | |
| io.smallrye.reactive.messaging.example.eventclouds |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
Receiver.consume(KafkaRecord<String,String> message) |
org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> |
Main.filter(org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> input) |
void |
Main.sink(String word) |
CompletionStage<Void> |
MqttServerQuickstart.source(MqttMessage message) |
String |
Main.toUpperCase(String payload) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
Receiver.consume(Message<String> message) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
Receiver.consume(PubSubMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
KafkaPriceConsumer.consume(double price) |
CompletionStage<Void> |
KafkaPriceMessageConsumer.consume(Message<Double> price) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMediatorConfiguration.compute(List<Incoming> incomings,
Outgoing outgoing,
Blocking blocking) |
| Modifier and Type | Method and Description |
|---|---|
CloudEventMessage<String> |
MyCloudEventProcessor.process(CloudEventMessage<String> message) |
void |
MyCloudEventSink.receive(String payload) |
Copyright © 2018–2021 SmallRye. All rights reserved.