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

io.smallrye.stork.spi.ServiceRegistrarProvider Maven / Gradle / Ivy

Go to download

Main Stork API classes. You are likely to need `smallrye-stork-core` and not this module.

The newest version!
package io.smallrye.stork.spi;

import io.smallrye.stork.api.MetadataKey;
import io.smallrye.stork.api.ServiceRegistrar;

public interface ServiceRegistrarProvider & MetadataKey> {
    ServiceRegistrar createServiceRegistrar(T config, String serviceRegistrarName,
            StorkInfrastructure infrastructure);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy