| Modifier and Type | Method and Description |
|---|---|
CallChainInstance |
CallChainEvent.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
CallChainEvent.setInstance(CallChainInstance instance) |
| Constructor and Description |
|---|
CallChainEvent(CallChainInstance callChainInstance) |
Exception(String parentId,
CallChainInstance instance,
String exceptionMessage) |
Finish(CallChainInstance callChain) |
NextCallChainEvent(String parentId,
CallChainInstance instance) |
Pause(String parentId,
CallChainInstance instance) |
Resume(String parentId,
CallChainInstance instance) |
ResumeStepWithContinueTc(String parentId,
CallChainInstance instance) |
ResumeWithoutContinue(String parentId,
CallChainInstance instance) |
Start(CallChainInstance callChain) |
Terminate(CallChainInstance callChain) |
UpdateContext(String parentId,
CallChainInstance instance) |
| Constructor and Description |
|---|
QCallChainInstance(Class<? extends CallChainInstance> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QCallChainInstance(com.querydsl.core.types.Path<? extends CallChainInstance> path) |
| Modifier and Type | Method and Description |
|---|---|
void |
EngineAfterIntegration.executeAfter(CallChainInstance callchainInstance,
IntegrationConfig integrationConf) |
void |
EngineBeforeIntegration.executeBefore(CallChainInstance callchainInstance,
IntegrationConfig integrationConf) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportAdapter.reportCallChainInfo(CallChainInstance instance) |
static void |
Report.reportCallChainInfo(CallChainInstance instance)
Perform 'reportCallChainInfo' method in all report adapters registered.
|
Copyright © 2025. All rights reserved.