Table of Contents

Class DynamicDestinationsBindable

Namespace
Steeltoe.Stream.Binding
Assembly
Steeltoe.Stream.StreamBase.dll
public class DynamicDestinationsBindable : AbstractBindable, IBindable
Inheritance
DynamicDestinationsBindable
Implements
Inherited Members

Constructors

DynamicDestinationsBindable()

public DynamicDestinationsBindable()

Properties

BindingType

public override Type BindingType { get; }

Property Value

Type

Outputs

public override ICollection<string> Outputs { get; }

Property Value

ICollection<string>

Methods

AddOutputBinding(string, IBinding)

public void AddOutputBinding(string name, IBinding binding)

Parameters

name string
binding IBinding

UnbindOutputs(IBindingService)

public override void UnbindOutputs(IBindingService adapter)

Parameters

adapter IBindingService