Class CopySecretsUpdateStrategy<T extends com.lucidworks.apollo.pipeline.PipelineDefinition<T>>
java.lang.Object
com.lucidworks.apollo.pipeline.component.CopySecretsUpdateStrategy<T>
public class CopySecretsUpdateStrategy<T extends com.lucidworks.apollo.pipeline.PipelineDefinition<T>>
extends Object
Copy secrets from another pipeline if
PipelineConstants.SECRET_SOURCE_PIPELINE_ID is set-
Constructor Summary
ConstructorsConstructorDescriptionCopySecretsUpdateStrategy(com.lucidworks.apollo.store.ItemReadWriteStore<T> pipelineDefinitionRegistry) CopySecretsUpdateStrategy(com.lucidworks.apollo.store.ItemReadWriteStore<T> pipelineDefinitionRegistry, com.fasterxml.jackson.databind.ObjectMapper mapper, com.lucidworks.apollo.pipeline.schema.SchemaProcessorFactory schemaProcessorFactory) -
Method Summary
-
Constructor Details
-
CopySecretsUpdateStrategy
public CopySecretsUpdateStrategy(com.lucidworks.apollo.store.ItemReadWriteStore<T> pipelineDefinitionRegistry) -
CopySecretsUpdateStrategy
public CopySecretsUpdateStrategy(com.lucidworks.apollo.store.ItemReadWriteStore<T> pipelineDefinitionRegistry, com.fasterxml.jackson.databind.ObjectMapper mapper, com.lucidworks.apollo.pipeline.schema.SchemaProcessorFactory schemaProcessorFactory)
-
-
Method Details
-
apply
-