Add ping functionality to two of the stores
[aquarium] / src / main / scala / gr / grnet / aquarium / store / ResourceEventStore.scala
index cbc9380..787a657 100644 (file)
@@ -53,6 +53,8 @@ trait ResourceEventStore {
     throw new AquariumException("Unsupported operation")
   }
 
+  def pingResourceEventStore(): Unit
+
   def insertResourceEvent(event: ResourceEventModel): ResourceEvent
 
   def findResourceEventById(id: String): Option[ResourceEvent]