https://github.com/opentable/otj-scopes
OpenTable thread scopes component
https://github.com/opentable/otj-scopes
platform-java
Last synced: 6 months ago
JSON representation
OpenTable thread scopes component
- Host: GitHub
- URL: https://github.com/opentable/otj-scopes
- Owner: opentable
- License: apache-2.0
- Archived: true
- Created: 2014-03-20T21:33:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T20:22:53.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T17:13:18.633Z (10 months ago)
- Topics: platform-java
- Language: Java
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 35
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
OpenTable Scopes Component
==========================
[](https://travis-ci.org/opentable/otj-scopes)
Component Charter
-----------------
* Provides ThreadDelegated Spring scopes.
Component Level
---------------
*Foundation component*
----
ThreadDelegate scope
--------------------
Similar to the 'request' scope, except that it can be passed onto
another thread and is not tied to the (non-threadsafe) HttpRequest
object.
Activated with ThreadDelegatedScopeConfiguration.
----
Copyright (C) 2016 OpenTable, Inc.