Skip to content

Instantly share code, notes, and snippets.

View adpande's full-sized avatar

Abhishek Pande adpande

View GitHub Profile
@minosiants
minosiants / gist:3163791
Created July 23, 2012 14:06
Akka EventBus simple example
package com.minosiants
import akka.event.ActorEventBus
import akka.event.LookupClassification
import akka.actor.ActorSystem
import akka.actor.Props
import akka.actor.Actor
import java.util.Date
import java.util.UUID