Table of Contents

Class OutputBindingLifecycle

Namespace
Steeltoe.Stream.Binding
Assembly
Steeltoe.Stream.StreamBase.dll
public class OutputBindingLifecycle : AbstractBindingLifecycle, ISmartLifecycle, ILifecycle, IPhased
Inheritance
OutputBindingLifecycle
Implements
Inherited Members

Constructors

OutputBindingLifecycle(IBindingService, IEnumerable<IBindable>)

public OutputBindingLifecycle(IBindingService bindingService, IEnumerable<IBindable> bindables)

Parameters

bindingService IBindingService
bindables IEnumerable<IBindable>

Properties

Phase

Gets the phase of this object

public override int Phase { get; }

Property Value

int

Methods

DoStartWithBindable(IBindable)

protected override void DoStartWithBindable(IBindable bindable)

Parameters

bindable IBindable

DoStopWithBindable(IBindable)

protected override void DoStopWithBindable(IBindable bindable)

Parameters

bindable IBindable