Interface ServiceFactory<S>

All Known Implementing Classes:
DefaultServiceFactory

public interface ServiceFactory<S>
  • Method Details

    • getServiceType

      Class<S> getServiceType()
    • getInstance

      Optional<S> getInstance()