-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Service Arch
-
Fully Compatible
-
39
The AdmissionContext is a type that helps us track admission-specific information for operations. As such, it's best suited as a decoration on an OperationContext because that is our type for tracking metadata associated with an operation. This refactor simplifies the implementation of future TicketHolder subclasses, and helps decouple the AdmissionContext from the Locker type.