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