Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AggregateActivity ¶
type AggregateActivity struct {
// contains filtered or unexported fields
}
AggregateActivity is an Activity that is used to Aggregate a message to the console inputs : {function, windowSize, autoRest, value} outputs: {result, report}
func (*AggregateActivity) Eval ¶
func (a *AggregateActivity) Eval(context activity.Context) (done bool, err error)
Eval implements api.Activity.Eval - Aggregates the Message
func (*AggregateActivity) Metadata ¶
func (a *AggregateActivity) Metadata() *activity.Metadata
Metadata returns the activity's metadata
Click to show internal directories.
Click to hide internal directories.