Package io.temporal.common.interceptors
Class ScheduleClientInterceptorBase
- java.lang.Object
-
- io.temporal.common.interceptors.ScheduleClientInterceptorBase
-
- All Implemented Interfaces:
ScheduleClientInterceptor
public class ScheduleClientInterceptorBase extends java.lang.Object implements ScheduleClientInterceptor
Convenience base class for ScheduleClientInterceptor implementations.
-
-
Constructor Summary
Constructors Constructor Description ScheduleClientInterceptorBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduleClientCallsInterceptorscheduleClientCallsInterceptor(ScheduleClientCallsInterceptor next)Called once during creation of ScheduleClient to create a chain of ScheduleClient Interceptors
-
-
-
Method Detail
-
scheduleClientCallsInterceptor
public ScheduleClientCallsInterceptor scheduleClientCallsInterceptor(ScheduleClientCallsInterceptor next)
Description copied from interface:ScheduleClientInterceptorCalled once during creation of ScheduleClient to create a chain of ScheduleClient Interceptors- Specified by:
scheduleClientCallsInterceptorin interfaceScheduleClientInterceptor- Parameters:
next- next schedule client interceptor in the chain of interceptors- Returns:
- new interceptor that should decorate calls to
next
-
-