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

org.unlaxer.jaddress.parser.SearchEngineDataAccessContext Maven / Gradle / Ivy

package org.unlaxer.jaddress.parser;

import java.util.stream.Stream;

import org.unlaxer.util.collection.ID;

public interface SearchEngineDataAccessContext{
	
	SearchAddressResponse search(SearchAddressParameter parameter);
	
	UpdateResponse update(
			Stream addresses , 
			DataAccessContext dataAccessContext , 
			AddressInserter addressInserter);
	
	SearchAddressResponse get(ID id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy