Interface IValidatableSettings
Declares the Validate() method that is used to check the provided settings.
Namespace: Silverback.Configuration
Assembly: Silverback.Core.dll
Syntax
public interface IValidatableSettings
Methods
Validate()
Throws a SilverbackConfigurationException if the configuration is not valid.
Declaration
void Validate()