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

com.transferwise.tasks.entrypoints.IEntryPointsService Maven / Gradle / Ivy

There is a newer version: 1.43.0
Show newest version
package com.transferwise.tasks.entrypoints;

import java.util.function.Supplier;

public interface IEntryPointsService {

   T continueOrCreate(String group, String name, Supplier supplier);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy