Class InformixCloudEventsMaker

java.lang.Object
io.debezium.converters.spi.CloudEventsMaker
io.debezium.connector.informix.converters.InformixCloudEventsMaker

public class InformixCloudEventsMaker extends io.debezium.converters.spi.CloudEventsMaker
CloudEvents maker for records produced by the Informix connector.
Author:
Chris Cranford, Lars M Johansson
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.debezium.converters.spi.CloudEventsMaker

    io.debezium.converters.spi.CloudEventsMaker.FieldName
  • Field Summary

    Fields inherited from class io.debezium.converters.spi.CloudEventsMaker

    CLOUDEVENTS_SCHEMA_SUFFIX, CLOUDEVENTS_SPECVERSION, DATA_SCHEMA_NAME_PARAM, recordParser
  • Constructor Summary

    Constructors
    Constructor
    Description
    InformixCloudEventsMaker(io.debezium.converters.spi.RecordParser parser, io.debezium.converters.spi.SerializerType contentType, String dataSchemaUriBase, String cloudEventsSchemaName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class io.debezium.converters.spi.CloudEventsMaker

    ceDataAttribute, ceDataAttributeSchema, ceDatacontenttype, ceDataschemaUri, ceSchemaName, ceSource, ceSpecversion, ceTime, ceType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InformixCloudEventsMaker

      public InformixCloudEventsMaker(io.debezium.converters.spi.RecordParser parser, io.debezium.converters.spi.SerializerType contentType, String dataSchemaUriBase, String cloudEventsSchemaName)
  • Method Details

    • ceId

      public String ceId()
      Specified by:
      ceId in class io.debezium.converters.spi.CloudEventsMaker