Class ReliableProxy$


  • public class ReliableProxy$
    extends java.lang.Object
    Deprecated.
    Use AtLeastOnceDelivery instead. Since 2.5.0.
    Scala API Props. Arguments are detailed in the ReliableProxy constructor.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ReliableProxy$ MODULE$
      Deprecated.
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReliableProxy$()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      ReliableProxy.Active$ active()
      Deprecated.
       
      int compare​(int a, int b)
      Deprecated.
       
      ReliableProxy.Idle$ idle()
      Deprecated.
       
      Props props​(ActorPath targetPath, scala.concurrent.duration.FiniteDuration retryAfter)
      Deprecated.
      Props with no reconnections.
      Props props​(ActorPath targetPath, scala.concurrent.duration.FiniteDuration retryAfter, scala.concurrent.duration.FiniteDuration reconnectAfter)
      Deprecated.
      Props with no limit on reconnections.
      Props props​(ActorPath targetPath, scala.concurrent.duration.FiniteDuration retryAfter, scala.concurrent.duration.FiniteDuration reconnectAfter, int maxReconnects)
      Deprecated.
      Java API Props.
      Props props​(ActorPath targetPath, scala.concurrent.duration.FiniteDuration retryAfter, scala.Option<scala.concurrent.duration.FiniteDuration> reconnectAfter, scala.Option<java.lang.Object> maxReconnects)
      Deprecated.
       
      Props receiver​(ActorRef target, int currentSerial)
      Deprecated.
       
      ReliableProxy.Connecting$ reconnecting()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final ReliableProxy$ MODULE$
        Deprecated.
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ReliableProxy$

        public ReliableProxy$()
        Deprecated.
    • Method Detail

      • props

        public Props props​(ActorPath targetPath,
                           scala.concurrent.duration.FiniteDuration retryAfter,
                           scala.Option<scala.concurrent.duration.FiniteDuration> reconnectAfter,
                           scala.Option<java.lang.Object> maxReconnects)
        Deprecated.
      • props

        public Props props​(ActorPath targetPath,
                           scala.concurrent.duration.FiniteDuration retryAfter,
                           scala.concurrent.duration.FiniteDuration reconnectAfter,
                           int maxReconnects)
        Deprecated.
        Java API Props. Arguments are detailed in the ReliableProxy constructor.
        Parameters:
        targetPath - (undocumented)
        retryAfter - (undocumented)
        reconnectAfter - (undocumented)
        maxReconnects - (undocumented)
        Returns:
        (undocumented)
      • props

        public Props props​(ActorPath targetPath,
                           scala.concurrent.duration.FiniteDuration retryAfter,
                           scala.concurrent.duration.FiniteDuration reconnectAfter)
        Deprecated.
        Props with no limit on reconnections. Arguments are detailed in the ReliableProxy constructor.
        Parameters:
        targetPath - (undocumented)
        retryAfter - (undocumented)
        reconnectAfter - (undocumented)
        Returns:
        (undocumented)
      • props

        public Props props​(ActorPath targetPath,
                           scala.concurrent.duration.FiniteDuration retryAfter)
        Deprecated.
        Props with no reconnections. Arguments are detailed in the ReliableProxy constructor.
        Parameters:
        targetPath - (undocumented)
        retryAfter - (undocumented)
        Returns:
        (undocumented)
      • compare

        public int compare​(int a,
                           int b)
        Deprecated.
      • receiver

        public Props receiver​(ActorRef target,
                              int currentSerial)
        Deprecated.