Package com.fourtyfourblocks.akka.di.cdi

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

Related Classes of com.fourtyfourblocks.akka.di.cdi.CdiAwareCreatorFactory

Copyright © 2018 www.massapicom. 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.