Documentation
¶
Overview ¶
* Copyright © 2020. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Mapping ¶
type Mapping struct {
// contains filtered or unexported fields
}
Mapping is an Activity that is used to Filter a message to the console
type ProcessedList ¶
type ProcessedList struct {
// contains filtered or unexported fields
}
func (*ProcessedList) GetList ¶
func (this *ProcessedList) GetList() []interface{}
func (*ProcessedList) Length ¶
func (this *ProcessedList) Length() int
func (*ProcessedList) ProcessedCount ¶
func (this *ProcessedList) ProcessedCount() int
func (*ProcessedList) SetData ¶
func (this *ProcessedList) SetData(data interface{})
func (*ProcessedList) SkipData ¶
func (this *ProcessedList) SkipData()
Click to show internal directories.
Click to hide internal directories.