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

org.lumongo.client.result.BatchDeleteResult Maven / Gradle / Ivy

There is a newer version: 0.52
Show newest version
package org.lumongo.client.result;

import org.lumongo.cluster.message.Lumongo.BatchDeleteResponse;

public class BatchDeleteResult extends Result {

	@SuppressWarnings("unused")
	private BatchDeleteResponse batchDeleteResponse;

	public BatchDeleteResult(BatchDeleteResponse batchDeleteResponse) {
		this.batchDeleteResponse = batchDeleteResponse;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy