Package org.eclipse.ditto.things.api
Class ThingsMessagingConstants
java.lang.Object
org.eclipse.ditto.things.api.ThingsMessagingConstants
Constants for the Things messaging.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the akka cluster role.static final StringPath of the root actor.static final StringName of the shard region for Thing entities.static final StringPath of the actor that streams from the snapshot store.static final StringPath of the actor that streams from the event journal. -
Method Summary
-
Field Details
-
ROOT_ACTOR_PATH
Path of the root actor.- See Also:
-
THINGS_STREAM_PROVIDER_ACTOR_PATH
Path of the actor that streams from the event journal.- See Also:
-
THINGS_SNAPSHOT_STREAMING_ACTOR_PATH
Path of the actor that streams from the snapshot store.- See Also:
-
SHARD_REGION
Name of the shard region for Thing entities.- See Also:
-
CLUSTER_ROLE
Name of the akka cluster role.- See Also:
-