Class InboundPayloadTransformationService
java.lang.Object
energy.eddie.aiida.services.record.transform.InboundPayloadTransformationService
-
Constructor Summary
ConstructorsConstructorDescriptionInboundPayloadTransformationService(tools.jackson.databind.ObjectMapper objectMapper, List<InboundPayloadTransformer> transformers) -
Method Summary
Modifier and TypeMethodDescriptiontransform(InboundRecord inboundRecord, InboundMessageFormat inboundMessageFormat)
-
Constructor Details
-
InboundPayloadTransformationService
public InboundPayloadTransformationService(tools.jackson.databind.ObjectMapper objectMapper, List<InboundPayloadTransformer> transformers)
-
-
Method Details
-
transform
public String transform(InboundRecord inboundRecord, InboundMessageFormat inboundMessageFormat) throws UnsupportedInboundRecordTransformationException
-