Interface DebeziumEngine.Offsets

    • Method Detail

      • set

        void set​(String key,
                 Object value)
        Associates a key with a specific value, overwrites the value if the key is already present.
        Parameters:
        key - key with which to associate the value
        value - value to be associated with the key