Package com.nardoz.restopengov.standalone.actors

Examples of com.nardoz.restopengov.standalone.actors.ZipFileFetcher


            }
        }).withRouter(new FromConfig()), "standaloneFileFetcher");

        zipFileFetcher = system.actorOf(new Props(new UntypedActorFactory() {
            public UntypedActor create() {
                return new ZipFileFetcher(client);
            }
        }).withRouter(new FromConfig()), "standaloneZipFileFetcher");

    }
View Full Code Here

TOP

Related Classes of com.nardoz.restopengov.standalone.actors.ZipFileFetcher

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.