-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0-alpha-4, 2.0.0
-
Component/s: Coprocessors
-
Labels:
-
Release Note:Changes ObserverContext from a class to an interface and hides away constructor, testing functions and other internal-only functions in the implementation class.
ObserverContext is IA.LimitedPrivate because CP implementations want getEnvironment(), bypass(), etc.
We can split interface and implementations (suggested by [~Apache9]).