#get_sender, #onReceive
3 4 5 6
# File 'lib/mini_akka/actors/round_robin_actor.rb', line 3 def self.props(*params) RoundRobinPool.new(nr_of_actors).props( Props.create(java_class, Creator.new(self, *params))) end