|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Deprecated Interfaces | |
|---|---|
| akka.util.internal.Timeout
|
|
| akka.util.internal.Timer
|
|
| akka.util.internal.TimerTask
|
|
| Deprecated Classes | |
|---|---|
| akka.util.internal.HashedWheelTimer
|
|
| Deprecated Methods | |
|---|---|
| akka.actor.Props.withCreator(Class extends Actor>)
use Props.create(clazz) instead; deprecated since it duplicates another API |
|
| akka.actor.Props.withCreator(Creator use Props.create(clazz, args ...) instead; this method has been
deprecated because it encourages creating Props which contain
non-serializable inner classes, making them also
non-serializable |
|
| Deprecated Constructors | |
|---|---|
| akka.actor.Props()
use Props.create(clazz, args ...) instead |
|
| akka.actor.Props(Class extends Actor>)
use Props.create(clazz) instead; deprecated since it duplicates another API |
|
| akka.actor.Props(UntypedActorFactory)
use Props.create(clazz, args ...) instead; this method has been
deprecated because it encourages creating Props which contain
non-serializable inner classes, making them also
non-serializable |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||