id property

ObjectId id
final

The id of current request.

If you supply it by argument, try to make it unique across all requests (including those stored in the cache).

If not provided through arguments, will be Generated automatically.

Implementation

final ObjectId id;