Interface DaprComponent.UpdateStages.WithIgnoreErrors

  • All Known Subinterfaces:
    DaprComponent.Update
    Enclosing interface:
    DaprComponent.UpdateStages

    public static interface DaprComponent.UpdateStages.WithIgnoreErrors
    The stage of the DaprComponent update allowing to specify ignoreErrors.
    • Method Detail

      • withIgnoreErrors

        DaprComponent.Update 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.