All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zendesk.maxwell.producer.NoneProducer Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.zendesk.maxwell.producer;

import com.zendesk.maxwell.MaxwellContext;
import com.zendesk.maxwell.row.RowMap;

public class NoneProducer extends AbstractProducer {

	public NoneProducer(MaxwellContext context) {
		super(context);
	}

	@Override
	public void push(RowMap r) throws Exception {
		this.context.setPosition(r);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy