Interface DaprComponent.DefinitionStages.WithIgnoreErrors

All Known Subinterfaces:
DaprComponent.Definition, DaprComponent.DefinitionStages.WithCreate
Enclosing interface:
DaprComponent.DefinitionStages

public static interface DaprComponent.DefinitionStages.WithIgnoreErrors
The stage of the DaprComponent definition allowing to specify ignoreErrors.
  • Method Details

    • withIgnoreErrors

      DaprComponent.DefinitionStages.WithCreate withIgnoreErrors(Boolean ignoreErrors)
      Specifies the ignoreErrors property: Boolean describing if the component errors are ignores.
      Parameters:
      ignoreErrors - Boolean describing if the component errors are ignores.
      Returns:
      the next definition stage.