Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111987688
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
Tue, May 6, 13:10
Size
334 B
Mime Type
text/x-c++
Expires
Thu, May 8, 13:10 (2 d)
Engine
blob
Format
Raw Data
Handle
26003991
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