【メモ】【akka 2.3】【playframework】簡単なサンプル
Actor の作成
import akka.actor.Akka class MessageActor extends Actor { def receive = { case msg: String => { play.Logger.info(msg) } } }
別のところ
val system = ActorSystem("MessageSystem") val messageactor = system.actorOf(Props[MessageAkka], name = "messageactor") messageactor ! "hello"
~Sphere’s orbit live tour 2012 FINAL SPECIAL STAGE~ LIVE BD [Blu-ray]
- アーティスト: スフィア
- 出版社/メーカー: ランティス
- 発売日: 2013/03/27
- メディア: Blu-ray
- クリック: 4回
- この商品を含むブログ (11件) を見る