pekko/akka-cluster-typed/src
Patrik Nordwall 893bd8b74b
Remove ActorContext parameter from javadsl.ReceiveBuilder, #27120 (#27121)
* 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
2019-06-13 16:10:40 +02:00
..
main Remove request parameter in Typed Replicator messages, #27115 2019-06-12 11:28:08 +02:00
multi-jvm/scala/akka/cluster/typed format source with scalafmt 2019-03-11 16:58:55 +01:00
test Remove ActorContext parameter from javadsl.ReceiveBuilder, #27120 (#27121) 2019-06-13 16:10:40 +02:00