Class DatarouterServerTypeSupplier
java.lang.Object
io.datarouter.storage.config.properties.DatarouterServerTypeSupplier
- All Implemented Interfaces:
Supplier<ServerType>
@Singleton public class DatarouterServerTypeSupplier extends Object implements Supplier<ServerType>
-
Field Summary
Fields Modifier and Type Field Description static StringSERVER_TYPE -
Constructor Summary
Constructors Constructor Description DatarouterServerTypeSupplier(ComputedPropertiesFinder finder, ServerTypes serverTypes) -
Method Summary
Modifier and Type Method Description ServerTypeget()StringgetServerTypeString()
-
Field Details
-
SERVER_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
DatarouterServerTypeSupplier
@Inject public DatarouterServerTypeSupplier(ComputedPropertiesFinder finder, ServerTypes serverTypes)
-
-
Method Details
-
get
- Specified by:
getin interfaceSupplier<ServerType>
-
getServerTypeString
-