public class TracingWorkerInterceptor
extends java.lang.Object
implements io.temporal.common.interceptors.WorkerInterceptor
Modifier and Type | Class and Description |
---|---|
static class |
TracingWorkerInterceptor.FilteredTrace |
Constructor and Description |
---|
TracingWorkerInterceptor(TracingWorkerInterceptor.FilteredTrace trace) |
Modifier and Type | Method and Description |
---|---|
void |
assertExpected() |
java.lang.String |
getTrace() |
io.temporal.common.interceptors.ActivityInboundCallsInterceptor |
interceptActivity(io.temporal.common.interceptors.ActivityInboundCallsInterceptor next) |
io.temporal.common.interceptors.WorkflowInboundCallsInterceptor |
interceptWorkflow(io.temporal.common.interceptors.WorkflowInboundCallsInterceptor next) |
void |
setExpected(java.lang.String... expected) |
public TracingWorkerInterceptor(TracingWorkerInterceptor.FilteredTrace trace)
public java.lang.String getTrace()
public void setExpected(java.lang.String... expected)
public void assertExpected()
public io.temporal.common.interceptors.WorkflowInboundCallsInterceptor interceptWorkflow(io.temporal.common.interceptors.WorkflowInboundCallsInterceptor next)
interceptWorkflow
in interface io.temporal.common.interceptors.WorkerInterceptor
public io.temporal.common.interceptors.ActivityInboundCallsInterceptor interceptActivity(io.temporal.common.interceptors.ActivityInboundCallsInterceptor next)
interceptActivity
in interface io.temporal.common.interceptors.WorkerInterceptor