waits

package
v0.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2019 License: AGPL-3.0 Imports: 9 Imported by: 3

Documentation

Index

Constants

View Source
const TypeMsg string = "msg"

TypeMsg is the type of our message wait

Variables

This section is empty.

Functions

func ReadActivatedWait added in v0.33.0

func ReadActivatedWait(data json.RawMessage) (flows.ActivatedWait, error)

ReadActivatedWait reads an activated wait from the given JSON

func ReadWait

func ReadWait(data json.RawMessage) (flows.Wait, error)

ReadWait reads a wait from the given JSON

func RegisterType

func RegisterType(name string, f1 readFunc, f2 readActivatedFunc)

RegisterType registers a new type of wait

Types

type ActivatedMsgWait added in v0.33.0

type ActivatedMsgWait struct {
	// contains filtered or unexported fields
}

func (*ActivatedMsgWait) End added in v0.33.0

func (w *ActivatedMsgWait) End(resume flows.Resume, node flows.Node) error

End ends this wait or returns an error

func (*ActivatedMsgWait) Hint added in v0.33.0

func (w *ActivatedMsgWait) Hint() flows.Hint

Hint returns the hint (optional)

func (*ActivatedMsgWait) MarshalJSON added in v0.33.0

func (w *ActivatedMsgWait) MarshalJSON() ([]byte, error)

MarshalJSON marshals this wait into JSON

func (*ActivatedMsgWait) TimeoutOn added in v0.33.0

func (w *ActivatedMsgWait) TimeoutOn() *time.Time

func (*ActivatedMsgWait) Type added in v0.33.0

func (w *ActivatedMsgWait) Type() string

type MsgWait

type MsgWait struct {
	// contains filtered or unexported fields
}

MsgWait is a wait which waits for an incoming message (i.e. a msg_received event)

func NewMsgWait

func NewMsgWait(timeout *Timeout, hint flows.Hint) *MsgWait

NewMsgWait creates a new message wait

func (*MsgWait) Begin

Begin beings waiting at this wait

func (*MsgWait) Hint

func (w *MsgWait) Hint() flows.Hint

Hint returns the hint (optional)

func (*MsgWait) MarshalJSON

func (w *MsgWait) MarshalJSON() ([]byte, error)

MarshalJSON marshals this wait into JSON

func (*MsgWait) Timeout

func (w *MsgWait) Timeout() flows.Timeout

Timeout returns the timeout of this wait or nil if no timeout is set

func (*MsgWait) Type

func (w *MsgWait) Type() string

Type returns the type of this wait

type Timeout added in v0.33.0

type Timeout struct {
	Seconds_      int                `json:"seconds"       validate:"required"`
	CategoryUUID_ flows.CategoryUUID `json:"category_uuid" validate:"required,uuid4"`
}

func NewTimeout added in v0.33.0

func NewTimeout(seconds int, categoryUUID flows.CategoryUUID) *Timeout

func (*Timeout) CategoryUUID added in v0.33.0

func (t *Timeout) CategoryUUID() flows.CategoryUUID

func (*Timeout) Seconds added in v0.33.0

func (t *Timeout) Seconds() int

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL