Class PersistentActorUpdateEvent
java.lang.Object
org.elasticsoftware.elasticactors.cassandra.state.PersistentActorUpdateEvent
- All Implemented Interfaces:
org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundEvent<Integer>
public final class PersistentActorUpdateEvent
extends Object
implements org.elasticsoftware.elasticactors.util.concurrent.ThreadBoundEvent<Integer>
- Author:
- Joost van de Wijgerd
-
Constructor Summary
ConstructorsConstructorDescriptionPersistentActorUpdateEvent(me.prettyprint.hector.api.beans.Composite rowKey, org.elasticsoftware.elasticactors.ShardKey shardKey, String persistentActorId, byte[] persistentActorBytes, org.elasticsoftware.elasticactors.messaging.InternalMessage message, org.elasticsoftware.elasticactors.messaging.MessageHandlerEventListener eventListener) -
Method Summary
Modifier and TypeMethodDescriptionorg.elasticsoftware.elasticactors.messaging.MessageHandlerEventListenergetKey()org.elasticsoftware.elasticactors.messaging.InternalMessagebyte[]me.prettyprint.hector.api.beans.Compositeorg.elasticsoftware.elasticactors.ShardKey
-
Constructor Details
-
PersistentActorUpdateEvent
public PersistentActorUpdateEvent(me.prettyprint.hector.api.beans.Composite rowKey, org.elasticsoftware.elasticactors.ShardKey shardKey, String persistentActorId, @Nullable byte[] persistentActorBytes, @Nullable org.elasticsoftware.elasticactors.messaging.InternalMessage message, @Nullable org.elasticsoftware.elasticactors.messaging.MessageHandlerEventListener eventListener)
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceorg.elasticsoftware.elasticactors.util.concurrent.ThreadBoundEvent<Integer>
-
getRowKey
public me.prettyprint.hector.api.beans.Composite getRowKey() -
getShardKey
public org.elasticsoftware.elasticactors.ShardKey getShardKey() -
getPersistentActorId
-
getPersistentActorBytes
-
getMessage
-
getEventListener
@Nullable public org.elasticsoftware.elasticactors.messaging.MessageHandlerEventListener getEventListener()
-