Streaming

class Streaming(server: String, test: Boolean, val node: String) : Plugin

HTTP plugin Sends events to a common sink (PG does the routing)

Parameters

server

Address of the server

test

Send events to empty sink

node

Name of the node

Constructors

Link copied to clipboard
constructor(server: String, test: Boolean, node: String)

Properties

Link copied to clipboard
val api: String
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun config(): <Error class: unknown class>
Link copied to clipboard
open fun init(): String
Link copied to clipboard
fun load(plugin: String): String