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

io.bitexpress.topia.commons.idempotence.RequestIdentityRepo Maven / Gradle / Ivy

There is a newer version: 7.9.1
Show newest version
package io.bitexpress.topia.commons.idempotence;

import io.bitexpress.topia.commons.data.model.IdObject;
import io.bitexpress.topia.commons.rpc.RequestIdentity;

public interface RequestIdentityRepo> {
	RI findByRi(RequestIdentity requestIdentity);

	RI save(RequestIdentity requestIdentity, String parentType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy