Class InboundAcknowledgementPublisher
java.lang.Object
energy.eddie.aiida.adapters.datasource.inbound.ack.InboundAcknowledgementPublisher
-
Constructor Summary
ConstructorsConstructorDescriptionInboundAcknowledgementPublisher(UUID aiidaId, tools.jackson.databind.ObjectMapper objectMapper, String acknowledgementTopic) InboundAcknowledgementPublisher(UUID aiidaId, tools.jackson.databind.ObjectMapper objectMapper, String acknowledgementTopic, AckFormatterStrategyRegistry ackFormatterStrategyRegistry) -
Method Summary
Modifier and TypeMethodDescriptionvoidpublishAcknowledgement(InboundRecord inboundRecord) voidsetMqttClient(org.eclipse.paho.mqttv5.client.IMqttAsyncClient mqttClient)
-
Constructor Details
-
InboundAcknowledgementPublisher
-
InboundAcknowledgementPublisher
public InboundAcknowledgementPublisher(UUID aiidaId, tools.jackson.databind.ObjectMapper objectMapper, @Nullable String acknowledgementTopic, AckFormatterStrategyRegistry ackFormatterStrategyRegistry)
-
-
Method Details
-
setMqttClient
public void setMqttClient(@Nullable org.eclipse.paho.mqttv5.client.IMqttAsyncClient mqttClient) -
publishAcknowledgement
-