io.scalecube.services.ServiceProvider Maven / Gradle / Ivy
The newest version!
package io.scalecube.services;
import java.util.Collection;
@FunctionalInterface
public interface ServiceProvider {
Collection provide(ServiceCall call);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy