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

tech.deepdreams.worker.lambda.LambdaService Maven / Gradle / Ivy

There is a newer version: 0.0.16-RELEASE
Show newest version
package tech.deepdreams.worker.lambda;

import tech.deepdreams.worker.input.PayrollRequest;
import tech.deepdreams.worker.output.PayrollResponse;

public interface LambdaService {
	
	public String country() ;
	
	public int version() ;
	
	public PayrollResponse calculate (PayrollRequest request) ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy