Table of Contents

Class InputBindingLifecycle

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

Constructors

InputBindingLifecycle(IBindingService, IEnumerable<IBindable>)

public InputBindingLifecycle(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