Class EndpointCollectionConventionBuilder
Represents a collection of ConventionBuilders which need the same convention applied to all of them.
Inheritance
System.Object
EndpointCollectionConventionBuilder
Namespace: Steeltoe.Management.Endpoint
Assembly: Steeltoe.Management.EndpointCore.dll
Syntax
public class EndpointCollectionConventionBuilder : IEndpointConventionBuilder
Methods
| Edit this page View SourceAdd(Action<EndpointBuilder>)
Declaration
public void Add(Action<EndpointBuilder> convention)
Parameters
Type | Name | Description |
---|---|---|
Action<EndpointBuilder> | convention |
AddConventionBuilder(IEndpointConventionBuilder)
Declaration
public void AddConventionBuilder(IEndpointConventionBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
IEndpointConventionBuilder | builder |