| Constructor and Description |
|---|
LazyTraceExecutor(org.springframework.beans.factory.BeanFactory beanFactory,
Executor delegate) |
LazyTraceExecutor(org.springframework.beans.factory.BeanFactory beanFactory,
Executor delegate,
String beanName) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Runnable command) |
static LazyTraceExecutor |
wrap(org.springframework.beans.factory.BeanFactory beanFactory,
Executor delegate)
Wraps the Executor in a trace instance.
|
static LazyTraceExecutor |
wrap(org.springframework.beans.factory.BeanFactory beanFactory,
Executor delegate,
String beanName)
Wraps the Executor in a trace instance.
|
public LazyTraceExecutor(org.springframework.beans.factory.BeanFactory beanFactory,
Executor delegate)
public static LazyTraceExecutor wrap(org.springframework.beans.factory.BeanFactory beanFactory, @NonNull Executor delegate, String beanName)
beanFactory - bean factorydelegate - delegate to wrapbeanName - bean namepublic static LazyTraceExecutor wrap(org.springframework.beans.factory.BeanFactory beanFactory, @NonNull Executor delegate)
beanFactory - bean factorydelegate - delegate to wrapCopyright © 2022 Pivotal Software, Inc.. All rights reserved.