enragedginger/akka-quartz-scheduler

RescheduleJob only accepts ActorRef

rustyfetty opened this issue · 1 comments

Why does the rescheduleJob in QuartzSchedulerExtension only accepts ActorRef in its parameters?I prefer to use ActorSelection over ActorRef. That way if the actor dies, you can get the new path from the ActorSelection. Can you make it also accept ActorSelection?

@rustyfetty Hello, sorry it took me so long to get around to this, but the library now supports ActorSelection.