Page History
You can create Signal Instances by using the following API. The signatures of this API are as follows
Code Block | ||
---|---|---|
| ||
public SignalInstance createSignal(Signal signal) { ... } public SignalInstance createSignal(String keyword) { ... } |
The following example demonstrates how to create a Signal Instance
...