Package com.uber.cadence.migration
Class MigrationInterceptorFactory
- java.lang.Object
-
- com.uber.cadence.migration.MigrationInterceptorFactory
-
- All Implemented Interfaces:
java.util.function.Function<WorkflowInterceptor,WorkflowInterceptor>
public class MigrationInterceptorFactory extends java.lang.Object implements java.util.function.Function<WorkflowInterceptor,WorkflowInterceptor>
-
-
Constructor Summary
Constructors Constructor Description MigrationInterceptorFactory(WorkflowClient clientInNewDomain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowInterceptor
apply(WorkflowInterceptor next)
-
-
-
Constructor Detail
-
MigrationInterceptorFactory
public MigrationInterceptorFactory(WorkflowClient clientInNewDomain)
-
-
Method Detail
-
apply
public WorkflowInterceptor apply(WorkflowInterceptor next)
- Specified by:
apply
in interfacejava.util.function.Function<WorkflowInterceptor,WorkflowInterceptor>
-
-