class Avery::Pipeline

Defined in:

avery.cr

Constant Summary

Log = Avery::Log.for("pipeline")

Instance Method Summary

Instance Method Detail

def context : Avery::Context #

[View source]
def context=(context : Avery::Context) #

[View source]
def define_destroyer(&block : Handler) : Nil #

[View source]
def define_initializer(&block : Handler) : Nil #

[View source]
def define_stream(&block : Handler) : Nil #

[View source]
def execute #

[View source]
def is_running? : Bool #

[View source]
def reset : Nil #

[View source]