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 pekko cluster role.static final StringName of the shard region for Thing entities.static final StringName of ThingsAggregatorActor.static final StringPath of the actor is used for aggregating things handlingRetrieveThingscommand.static final StringName of the actor created by ThingsPersistenceStreamingActorCreator. -
Method Summary
-
Field Details
-
THINGS_PERSISTENCE_STREAMING_ACTOR_NAME
Name of the actor created by ThingsPersistenceStreamingActorCreator.- See Also:
-
THINGS_AGGREGATOR_ACTOR_NAME
Name of ThingsAggregatorActor. To query this actor use the theactor path.- See Also:
-
THINGS_AGGREGATOR_ACTOR_PATH
Path of the actor is used for aggregating things handlingRetrieveThingscommand.- See Also:
-
SHARD_REGION
Name of the shard region for Thing entities.- See Also:
-
CLUSTER_ROLE
Name of the pekko cluster role.- See Also:
-