Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
orchestrator
master
Orchestrator
Composer
Layer
Key
Value
Pipeline
Composer
Item
Tee
Built with Crystal 1.9.2
2023-10-08 13:57:29 UTC
class
Orchestrator::Pipeline::Tee
Orchestrator::Pipeline::Tee
Orchestrator::Pipeline::Item
Reference
Object
Defined in:
orchestrator/pipeline/tee.cr
Constructors
.new
(name : Symbol, klass)
Instance Method Summary
#call
(input : Hash) : Monads::Result
Instance methods inherited from class
Orchestrator::Pipeline::Item
call(input : Hash)
call
,
rollback(input : Monads::Result) : Void
rollback
Constructor Detail
def self.
new
(name : Symbol, klass)
#
[
View source
]
Instance Method Detail
def
call
(input : Hash) : Monads::Result
#
[
View source
]