Class InboundAcknowledgementStreamer
java.lang.Object
energy.eddie.aiida.adapters.datasource.inbound.ack.InboundAcknowledgementStreamer
-
Constructor Summary
ConstructorsConstructorDescriptionInboundAcknowledgementStreamer(UUID aiidaId, tools.jackson.databind.ObjectMapper objectMapper, String acknowledgementTopic, reactor.core.publisher.Flux<InboundRecord> inboundRecordFlux) InboundAcknowledgementStreamer(UUID aiidaId, tools.jackson.databind.ObjectMapper objectMapper, String acknowledgementTopic, reactor.core.publisher.Flux<InboundRecord> inboundRecordFlux, AckFormatterStrategyRegistry ackFormatterStrategyRegistry) -
Method Summary
Modifier and TypeMethodDescriptionvoidstart(org.eclipse.paho.mqttv5.client.IMqttAsyncClient mqttClient)
-
Constructor Details
-
InboundAcknowledgementStreamer
public InboundAcknowledgementStreamer(UUID aiidaId, tools.jackson.databind.ObjectMapper objectMapper, @Nullable String acknowledgementTopic, reactor.core.publisher.Flux<InboundRecord> inboundRecordFlux) -
InboundAcknowledgementStreamer
public InboundAcknowledgementStreamer(UUID aiidaId, tools.jackson.databind.ObjectMapper objectMapper, @Nullable String acknowledgementTopic, reactor.core.publisher.Flux<InboundRecord> inboundRecordFlux, AckFormatterStrategyRegistry ackFormatterStrategyRegistry)
-
-
Method Details
-
start
public void start(@Nullable org.eclipse.paho.mqttv5.client.IMqttAsyncClient mqttClient)
-