eu.shiftforward.adstax.storage.rpc
Message sent to the user-profile-storage requesting the deletion of a key-value entry.
Message sent to the user-profile-storage requesting the deletion of a key-value entry.
the user ID to delete
the client ID of the user to delete
Message sent to the user-profile-storage requesting the value associated with a key.
Message sent to the user-profile-storage requesting the value associated with a key.
the user ID to lookup
the client ID of the user to lookup
Message sent to the user-profile-storage requesting the updating or creation of a new key-value entry.
Message sent to the user-profile-storage requesting the updating or creation of a new key-value entry.
the user ID to update
the client ID of the user to update
the attributes to insert on the storage
the strategy to use when merging the attributes
Object defining the routing key to use for Delete requests.
Object defining the routing key to use for Get requests.
Object defining the routing key to use for Update requests.
Companion object containing the definition of the various
KeyValueStoreRequesttypes, along with their JSON format and associated routing keys.