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

io.scalecube.services.ServiceProvider Maven / Gradle / Ivy

package io.scalecube.services;

import java.util.Collection;

@FunctionalInterface
public interface ServiceProvider {

  Collection provide(ServiceCall call);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy