Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Orchestrator ¶
type Orchestrator struct {
// contains filtered or unexported fields
}
Orchestrator manages the executions based on the definition of the processes
func New ¶
func New(rpc *cosmos.RPC, ep *publisher.EventPublisher, logger tmlog.Logger) *Orchestrator
New creates a new Process instance
func (*Orchestrator) Stop ¶ added in v0.19.0
func (s *Orchestrator) Stop()
Stop stops the orchestrator engine
Click to show internal directories.
Click to hide internal directories.