abstract class Orchestrator::Layer
- Orchestrator::Layer
- Reference
- Object
Defined in:
orchestrator/layer.crInstance Method Summary
- #[](key : Key | Nil) : Value | Nil
- #[]=(key : Key, value : Value)
- #call(input : Hash) : Monads::Result
- #perform(input : Hash) : Monads::Result
- #rollback(fallback : Monads::Result) : Void