|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.contrib.pattern.ReliableProxy$
public class ReliableProxy$
Field Summary | |
---|---|
static ReliableProxy$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Constructor Summary | |
---|---|
ReliableProxy$()
|
Method Summary | |
---|---|
ReliableProxy.Active$ |
active()
|
int |
compare(int a,
int b)
Wrap-around aware comparison of integers: differences limited to 2**31-1 in magnitude will work correctly. |
ReliableProxy.Idle$ |
idle()
|
Props |
props(ActorPath targetPath,
scala.concurrent.duration.FiniteDuration retryAfter)
Props with no reconnections. |
Props |
props(ActorPath targetPath,
scala.concurrent.duration.FiniteDuration retryAfter,
scala.concurrent.duration.FiniteDuration reconnectAfter)
Props with no limit on reconnections. |
Props |
props(ActorPath targetPath,
scala.concurrent.duration.FiniteDuration retryAfter,
scala.concurrent.duration.FiniteDuration reconnectAfter,
int maxReconnects)
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)
Scala API Props. |
Props |
receiver(ActorRef target,
int currentSerial)
|
ReliableProxy.Connecting$ |
reconnecting()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ReliableProxy$ MODULE$
Constructor Detail |
---|
public ReliableProxy$()
Method Detail |
---|
public Props props(ActorPath targetPath, scala.concurrent.duration.FiniteDuration retryAfter, scala.Option<scala.concurrent.duration.FiniteDuration> reconnectAfter, scala.Option<java.lang.Object> maxReconnects)
ReliableProxy
constructor.
targetPath
- (undocumented)retryAfter
- (undocumented)reconnectAfter
- (undocumented)maxReconnects
- (undocumented)
public Props props(ActorPath targetPath, scala.concurrent.duration.FiniteDuration retryAfter, scala.concurrent.duration.FiniteDuration reconnectAfter, int maxReconnects)
ReliableProxy
constructor.
targetPath
- (undocumented)retryAfter
- (undocumented)reconnectAfter
- (undocumented)maxReconnects
- (undocumented)
public Props props(ActorPath targetPath, scala.concurrent.duration.FiniteDuration retryAfter, scala.concurrent.duration.FiniteDuration reconnectAfter)
ReliableProxy
constructor.
targetPath
- (undocumented)retryAfter
- (undocumented)reconnectAfter
- (undocumented)
public Props props(ActorPath targetPath, scala.concurrent.duration.FiniteDuration retryAfter)
ReliableProxy
constructor.
targetPath
- (undocumented)retryAfter
- (undocumented)
public int compare(int a, int b)
a
- (undocumented)b
- (undocumented)
public Props receiver(ActorRef target, int currentSerial)
public ReliableProxy.Idle$ idle()
public ReliableProxy.Active$ active()
public ReliableProxy.Connecting$ reconnecting()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |