Class Environment
java.lang.Object
org.apache.sling.event.impl.support.Environment
This class provides "global settings"
to all services, like the application id and the thread pool.
- Since:
- 3.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
Global application id.static ThreadPool
Global thread pool. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
APPLICATION_ID
Global application id. -
THREAD_POOL
Global thread pool.
-
-
Constructor Details
-
Environment
public Environment()
-