public class TapOnDestinationRecoveryStrategy extends Object implements RecoveryStrategy<org.springframework.cloud.dataflow.core.dsl.ParseException>
StreamDefinitionRepository
.Constructor and Description |
---|
TapOnDestinationRecoveryStrategy(StreamDefinitionRepository streamDefinitionRepository) |
Modifier and Type | Method and Description |
---|---|
void |
addProposals(String dsl,
org.springframework.cloud.dataflow.core.dsl.ParseException exception,
int detailLevel,
List<CompletionProposal> collector) |
boolean |
shouldTrigger(String dslStart,
Exception exception) |
public TapOnDestinationRecoveryStrategy(StreamDefinitionRepository streamDefinitionRepository)
public boolean shouldTrigger(String dslStart, Exception exception)
shouldTrigger
in interface RecoveryStrategy<org.springframework.cloud.dataflow.core.dsl.ParseException>
public void addProposals(String dsl, org.springframework.cloud.dataflow.core.dsl.ParseException exception, int detailLevel, List<CompletionProposal> collector)
addProposals
in interface RecoveryStrategy<org.springframework.cloud.dataflow.core.dsl.ParseException>
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.