-
- All Known Implementing Classes:
DefaultServiceFactory
public interface ServiceFactory<S>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<S>
getInstance()
java.lang.Class<S>
getServiceType()
-