public interface TaskContext
| Modifier and Type | Method and Description |
|---|---|
Tenant |
getCurrentTenant()
Get the currently active tenant
|
int |
getNumberOfThreads()
get the maximum number of threads to allocate for multi-thread execution
|
java.util.concurrent.ThreadFactory |
getThreadFactory()
get the thread factory to be used for creating the tenant-aware threads
|
java.lang.Long |
getThreadTimeout()
get the thread pre-destroy timeout
|
Tenant getCurrentTenant()
java.util.concurrent.ThreadFactory getThreadFactory()
int getNumberOfThreads()
java.lang.Long getThreadTimeout()
Copyright © 2018 SAP SE. All Rights Reserved.