public static class EndpointManager.ListensFailure
extends java.lang.Object
implements akka.actor.NoSerializationVerificationNeeded, scala.Product, scala.Serializable
| Constructor and Description |
|---|
ListensFailure(scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<AkkaProtocolTransport,akka.actor.Address>>> addressesPromise,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<AkkaProtocolTransport,akka.actor.Address>>> |
addressesPromise() |
java.lang.Throwable |
cause() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ListensFailure(scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<AkkaProtocolTransport,akka.actor.Address>>> addressesPromise, java.lang.Throwable cause)
public scala.concurrent.Promise<scala.collection.immutable.Seq<scala.Tuple2<AkkaProtocolTransport,akka.actor.Address>>> addressesPromise()
public java.lang.Throwable cause()