Package io.temporal.common.interceptors
Class ActivityInboundCallsInterceptorBase
- java.lang.Object
-
- io.temporal.common.interceptors.ActivityInboundCallsInterceptorBase
-
- All Implemented Interfaces:
ActivityInboundCallsInterceptor
public class ActivityInboundCallsInterceptorBase extends java.lang.Object implements ActivityInboundCallsInterceptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.temporal.common.interceptors.ActivityInboundCallsInterceptor
ActivityInboundCallsInterceptor.ActivityInput, ActivityInboundCallsInterceptor.ActivityOutput
-
-
Constructor Summary
Constructors Constructor Description ActivityInboundCallsInterceptorBase(ActivityInboundCallsInterceptor next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivityInboundCallsInterceptor.ActivityOutputexecute(ActivityInboundCallsInterceptor.ActivityInput input)Intercepts a call to the main activity entry method.voidinit(ActivityExecutionContext context)
-
-
-
Constructor Detail
-
ActivityInboundCallsInterceptorBase
public ActivityInboundCallsInterceptorBase(ActivityInboundCallsInterceptor next)
-
-
Method Detail
-
init
public void init(ActivityExecutionContext context)
- Specified by:
initin interfaceActivityInboundCallsInterceptor
-
execute
public ActivityInboundCallsInterceptor.ActivityOutput execute(ActivityInboundCallsInterceptor.ActivityInput input)
Description copied from interface:ActivityInboundCallsInterceptorIntercepts a call to the main activity entry method.- Specified by:
executein interfaceActivityInboundCallsInterceptor- Returns:
- result of the activity execution.
-
-