ing-bank / baker

Orchestrate microservice-based process flows

Home Page:https://ing-bank.github.io/baker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The method javaLocalDefault(ActorSystem) is undefined for the type AkkaBaker

oene opened this issue · comments

Following the tutorial on https://ing-bank.github.io/baker/sections/development-life-cycle/bake-fire-events-and-inquiry/
I'm facing the following error in the JMain class:

The method javaLocalDefault(ActorSystem) is undefined for the type AkkaBaker

on statement

Baker baker = AkkaBaker.javaLocalDefault(actorSystem);

Replaced it with
Baker baker = Baker.akkaLocalDefault(actorSystem);

Is this the correct solution?

Solved by going to version 3.0.3