use of won.matcher.solr.actor.MatcherPubSubActor in project webofneeds by researchstudio-sat.
the class AkkaSolrMain method main.
public static void main(String[] args) throws IOException {
AnnotationConfigApplicationContext ctx = new AnnotationConfigApplicationContext(MatcherSolrAppConfiguration.class);
ActorSystem system = ctx.getBean(ActorSystem.class);
ActorRef matcherPubSubActor = system.actorOf(SpringExtension.SpringExtProvider.get(system).props(MatcherPubSubActor.class), "MatcherPubSubActor");
}
Aggregations