Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110497089
MetaDataActor.scala
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Apr 26, 14:29
Size
334 B
Mime Type
text/x-c++
Expires
Mon, Apr 28, 14:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25775222
Attached To
R2664 SHRINE MedCo Fork
MetaDataActor.scala
View Options
package metadata
import akka.actor.{Actor, ActorRefFactory}
/**
* A super simple API that provides access to the MetaData section of SHRINE's configuration
*/
class MetaDataActor extends Actor with MetaDataService {
override def receive: Receive = runRoute(route)
override def actorRefFactory: ActorRefFactory = context
}
Event Timeline
Log In to Comment