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