Class ShardCoordinator.Internal$.ShardRegionRegistered
java.lang.Object
org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardRegionRegistered
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- ShardCoordinator.Internal$
public final class ShardCoordinator.Internal$.ShardRegionRegistered
extends Object
implements scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionRegistered
boolean
org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionRegistered
boolean
int
hashCode()
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
region()
toString()
static scala.Option<ActorRef>
unapply
(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionRegistered x$0) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
ShardRegionRegistered
-
-
Method Details
-
apply
public static org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionRegistered apply(ActorRef region) -
unapply
public static scala.Option<ActorRef> unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionRegistered x$0) -
region
-
copy
public org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardRegionRegistered copy(ActorRef region) -
copy$default$1
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-