Chinchilla.Sample.SharedSubscriptions.SubscriberTopology.SubscriberTopology C# (CSharp) Method

SubscriberTopology() public method

public SubscriberTopology ( string routingKey ) : Chinchilla.Topologies
routingKey string
return Chinchilla.Topologies
        public SubscriberTopology(string routingKey)
        {
            this.routingKey = routingKey;
        }
SubscriberTopology