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

io.scalecube.services.discovery.api.ServiceDiscoveryFactory Maven / Gradle / Ivy

package io.scalecube.services.discovery.api;

import io.scalecube.services.ServiceEndpoint;

@FunctionalInterface
public interface ServiceDiscoveryFactory {

  ServiceDiscovery createServiceDiscovery(ServiceEndpoint serviceEndpoint);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy