Examples of CdiAwareCreatorFactory


Examples of com.fourtyfourblocks.akka.di.cdi.CdiAwareCreatorFactory

    private akka.testkit.JavaTestKit probe;

    @PostConstruct
    public void initialize()
    {
        factory = new CdiAwareCreatorFactory(beanManager);
        system = ActorSystem.create("System");
        probe = new JavaTestKit(system);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.