Class EndpointCollectionConventionBuilder
- Namespace
- Steeltoe.Management.Endpoint
- Assembly
- Steeltoe.Management.EndpointCore.dll
Represents a collection of ConventionBuilders which need the same convention applied to all of them.
public class EndpointCollectionConventionBuilder : IEndpointConventionBuilder
- Inheritance
-
EndpointCollectionConventionBuilder
- Implements
- Inherited Members
Methods
Add(Action<EndpointBuilder>)
Adds the specified convention to the builder. Conventions are used to customize EndpointBuilder instances.
public void Add(Action<EndpointBuilder> convention)
Parameters
convention
Action<EndpointBuilder>The convention to add to the builder.
AddConventionBuilder(IEndpointConventionBuilder)
public void AddConventionBuilder(IEndpointConventionBuilder builder)
Parameters
builder
IEndpointConventionBuilder