Package org.apache.pekko.remote
Class RemotingListenEvent
- java.lang.Object
-
- org.apache.pekko.remote.RemotingListenEvent
-
- All Implemented Interfaces:
java.io.Serializable,RemotingLifecycleEvent,scala.Equals,scala.Product
public final class RemotingListenEvent extends java.lang.Object implements RemotingLifecycleEvent, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemotingListenEvent(scala.collection.immutable.Set<Address> listenAddresses)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RemotingListenEventapply(scala.collection.immutable.Set<Address> listenAddresses)booleancanEqual(java.lang.Object x$1)RemotingListenEventcopy(scala.collection.immutable.Set<Address> listenAddresses)scala.collection.immutable.Set<Address>copy$default$1()booleanequals(java.lang.Object x$1)java.util.Set<Address>getListenAddresses()inthashCode()scala.collection.immutable.Set<Address>listenAddresses()Logging.LogLevellogLevel()intproductArity()java.lang.ObjectproductElement(int x$1)java.lang.StringproductElementName(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()static scala.Option<scala.collection.immutable.Set<Address>>unapply(RemotingListenEvent x$0)
-
-
-
Constructor Detail
-
RemotingListenEvent
public RemotingListenEvent(scala.collection.immutable.Set<Address> listenAddresses)
-
-
Method Detail
-
apply
public static RemotingListenEvent apply(scala.collection.immutable.Set<Address> listenAddresses)
-
unapply
public static scala.Option<scala.collection.immutable.Set<Address>> unapply(RemotingListenEvent x$0)
-
listenAddresses
public scala.collection.immutable.Set<Address> listenAddresses()
-
getListenAddresses
public java.util.Set<Address> getListenAddresses()
-
logLevel
public Logging.LogLevel logLevel()
- Specified by:
logLevelin interfaceRemotingLifecycleEvent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
copy
public RemotingListenEvent copy(scala.collection.immutable.Set<Address> listenAddresses)
-
copy$default$1
public scala.collection.immutable.Set<Address> copy$default$1()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-