Skip to content

Instantly share code, notes, and snippets.

@skuenzli
Created January 20, 2016 04:00
Show Gist options
  • Save skuenzli/f9429da499c3a25b7945 to your computer and use it in GitHub Desktop.
Save skuenzli/f9429da499c3a25b7945 to your computer and use it in GitHub Desktop.
@Override
public Actor produce() {
println "produce() called for actorBeanName: ${actorBeanName}"
return (Actor) applicationContext.getBean(actorBeanName);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment