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

io.scalecube.services.methods.ServiceMethodRegistry Maven / Gradle / Ivy

package io.scalecube.services.methods;

public interface ServiceMethodRegistry {

  boolean containsInvoker(String qualifier);

  ServiceMethodInvoker getInvoker(String qualifier);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy