Package io.temporal.common.interceptors
Interface ScheduleClientInterceptor
-
- All Known Implementing Classes:
ScheduleClientInterceptorBase
public interface ScheduleClientInterceptorIntercepts calls to theScheduleClientandScheduleHandlerelated to the lifecycle of a Schedule.
-
-
Method Summary
All Methods Instance Methods Abstract 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
ScheduleClientCallsInterceptor scheduleClientCallsInterceptor(ScheduleClientCallsInterceptor next)
Called once during creation of ScheduleClient to create a chain of ScheduleClient Interceptors- Parameters:
next- next schedule client interceptor in the chain of interceptors- Returns:
- new interceptor that should decorate calls to
next
-
-