* Remove ActorContext parameter from javadsl.ReceiveBuilder, #27120 * functional style in javadsl * in Java it's more practical to have an enclosing class to hold initialization parameters and ActorContext * writing behaviors as pure static methods will be unlikely be used in Java * it's still possible to write behaviors as static methods by passing the context around, in same way as all other things * better to embrace the enclosing class pattern and therefore remove the context parameter from the message handlers * style cleanup of ChatRoom sample * migration guide |
||
|---|---|---|
| .. | ||
| main | ||
| multi-jvm/scala/akka/cluster/typed | ||
| test | ||