Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

opentable/otj-scopes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTable Scopes Component

Build Status

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.