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 CSVFileWriter ¶
type CSVFileWriter struct {
// contains filtered or unexported fields
}
CSVFileWriter is an Activity that is used to Filter a message to the console
func (*CSVFileWriter) Eval ¶
func (a *CSVFileWriter) Eval(ctx activity.Context) (done bool, err error)
Eval implements api.Activity.Eval - Filters the Message
func (*CSVFileWriter) Metadata ¶
func (a *CSVFileWriter) Metadata() *activity.Metadata
Metadata returns the activity's metadata
type CSVFileWriterWorkingData ¶
type CSVFileWriterWorkingData struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.