java.lang.Object
io.debezium.connector.oracle.logminer.processor.infinispan.marshalling.LogMinerEventAdapter
io.debezium.connector.oracle.logminer.processor.infinispan.marshalling.XmlEndEventAdapter

@ProtoAdapter(XmlEndEvent.class) public class XmlEndEventAdapter extends LogMinerEventAdapter
A LogMiner event that represents a XML_END event type.
Author:
Chris Cranford
  • Constructor Details

    • XmlEndEventAdapter

      public XmlEndEventAdapter()
  • Method Details

    • factory

      @ProtoFactory public XmlEndEvent factory(int eventType, String scn, String tableId, String rowId, String rsId, String changeTime)
      A ProtoStream factory that creates XmlEndEvent instances.
      Overrides:
      factory in class LogMinerEventAdapter
      Parameters:
      eventType - the event type
      scn - the system change number, must not be null
      tableId - the fully-qualified table name
      rowId - the Oracle row-id the change is associated with
      rsId - the Oracle rollback segment identifier
      changeTime - the time the change occurred
      Returns:
      the constructed DmlEvent