dolittle/DotNET.SDK

View on GitHub
Source/SDK/Builders/SetupDolittleClient.cs

Summary

Maintainability
A
0 mins
Test Coverage
// Copyright (c) Dolittle. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Dolittle.SDK.Builders;

/// <summary>
/// The callback for setting up an <see cref="IDolittleClient"/> by configuring the <see cref="SetupBuilder"/>.
/// </summary>
/// <param name="setupBuilder">The <see cref="ISetupBuilder"/> to configure for setting up the <see cref="IDolittleClient"/>.</param>
public delegate void SetupDolittleClient(ISetupBuilder setupBuilder);