Package io.temporal.internal.activity
Interface ActivityExecutionContextFactory
-
- All Known Implementing Classes:
ActivityExecutionContextFactoryImpl,LocalActivityExecutionContextFactoryImpl
public interface ActivityExecutionContextFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalActivityExecutionContextcreateContext(io.temporal.internal.activity.ActivityInfoInternal info, java.lang.Object activity, com.uber.m3.tally.Scope metricsScope)
-
-
-
Method Detail
-
createContext
InternalActivityExecutionContext createContext(io.temporal.internal.activity.ActivityInfoInternal info, java.lang.Object activity, com.uber.m3.tally.Scope metricsScope)
-
-