Uses of Interface
tech.justen.concord.goodwill.ContextService
Packages that use ContextService
-
Uses of ContextService in tech.justen.concord.goodwill.service
Constructors in tech.justen.concord.goodwill.service with parameters of type ContextServiceModifierConstructorDescriptionGrpcContextService(ContextService executionService, Map<String, Object> result) -
Uses of ContextService in tech.justen.concord.goodwill.task
Constructors in tech.justen.concord.goodwill.task with parameters of type ContextServiceModifierConstructorDescriptionTaskCommon(TaskConfig config, TaskParams params, DependencyManager dependencyManager, ContextService executionService, DockerService dockerService, SecretService secretService, LockService lockService, ExecutorService executor, com.walmartlabs.concord.client.ApiClientConfiguration apiClientConfig, com.walmartlabs.concord.client.ApiClientFactory apiClientFactory)