Package org.apache.pekko.remote
Class RemotingListenEvent
java.lang.Object
org.apache.pekko.remote.RemotingListenEvent
- All Implemented Interfaces:
Serializable,RemotingLifecycleEvent,scala.Equals,scala.Product
public final class RemotingListenEvent
extends Object
implements RemotingLifecycleEvent, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemotingListenEvent(scala.collection.immutable.Set<Address> listenAddresses) -
Method Summary
Modifier and TypeMethodDescriptionstatic RemotingListenEventbooleanscala.collection.immutable.Set<Address>booleaninthashCode()scala.collection.immutable.Set<Address>logLevel()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()static scala.Option<scala.collection.immutable.Set<Address>>Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
RemotingListenEvent
-
-
Method Details
-
apply
-
unapply
public static scala.Option<scala.collection.immutable.Set<Address>> unapply(RemotingListenEvent x$0) -
listenAddresses
-
getListenAddresses
-
logLevel
- Specified by:
logLevelin interfaceRemotingLifecycleEvent
-
toString
-
copy
-
copy$default$1
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
equals
-