@Component public class TridionSearchIndexUnDeployStep extends TridionSearchIndexStep implements ExecutableStep
RETRY_POINT_ELEMENT| Constructor and Description |
|---|
TridionSearchIndexUnDeployStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.sdl.delivery.configuration.Configuration configuration)
Configure the 'Executable Step' with the given configuration.
|
ExecutableStepResult |
process(ProcessingContext processingContext,
StepDataProvider stepDataProvider)
Actual processing logic to execute in the scope of the 'pipeline step'.
|
Optional<RetryPoint> |
retryPoint(ProcessingContext processingContext)
In case where a step can retry, then should return the retry point.
|
doFailPipelineTransactionOnFatalIndexingError, getRetryPointpublic Optional<RetryPoint> retryPoint(ProcessingContext processingContext)
ExecutableStepretryPoint in interface ExecutableStepprocessingContext - The processing context on which decision is madepublic void configure(com.sdl.delivery.configuration.Configuration configuration)
throws com.sdl.delivery.configuration.ConfigurationException
ExecutableStepconfigure in interface ExecutableStepconfiguration - The given configuration.com.sdl.delivery.configuration.ConfigurationExceptionpublic ExecutableStepResult process(ProcessingContext processingContext, StepDataProvider stepDataProvider) throws ProcessingException
ExecutableStepprocess in interface ExecutableStepprocessingContext - Contains information about current execution.stepDataProvider - Provides access to get step data for a specific deployment execution.ProcessingException - When something went wrong executing the processing logic.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries