Package net.officefloor.nosql.firestore
Interface FirestoreFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory for
Firestore connection.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.cloud.firestore.FirestoreCreates theFirestore.
-
Method Details
-
createFirestore
Creates theFirestore.- Returns:
Firestore.- Throws:
Exception- If fails to createFirestore.
-