public static class ThrottlerManager.AssociateResult
extends java.lang.Object
implements akka.actor.NoSerializationVerificationNeeded, scala.Product, scala.Serializable
| Constructor and Description |
|---|
AssociateResult(AssociationHandle handle,
scala.concurrent.Promise<AssociationHandle> statusPromise) |
| Modifier and Type | Method and Description |
|---|---|
AssociationHandle |
handle() |
scala.concurrent.Promise<AssociationHandle> |
statusPromise() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AssociateResult(AssociationHandle handle, scala.concurrent.Promise<AssociationHandle> statusPromise)
public AssociationHandle handle()
public scala.concurrent.Promise<AssociationHandle> statusPromise()