| Constructor and Description |
|---|
InputFeeder(io.siddhi.core.SiddhiAppRuntime siddhiAppRuntime,
String input) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning()
Check whether the input feeder is running or not.
|
void |
join()
Join the current thread behind the thread used to execute the input feeder.
|
void |
run() |
void |
start()
Start the input feeder.
|
void |
stop()
Stop the input feeder.
|
public InputFeeder(io.siddhi.core.SiddhiAppRuntime siddhiAppRuntime,
String input)
public boolean isRunning()
public void stop()
public void start()
public void join()
Copyright © 2019 WSO2. All rights reserved.