Interface IValidatableEndpointSettings
Declares the Validate
method that is used to check the provided settings.
Namespace: Silverback.Messaging.Configuration
Assembly: Silverback.Integration.dll
Syntax
public interface IValidatableEndpointSettings
Methods
| Improve this doc View sourceValidate()
Throws an EndpointConfigurationException if the current configuration is not valid.
Declaration
void Validate()