Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can create Signal Instances by using the following API. The signatures of this API are as follows
 

Code Block
languagetext
	public SignalInstance createSignal(Signal signal) {
		...
	} 

	public SignalInstance createSignal(String keyword) {
		...
	}

 

The following example demonstrates how to create a Signal Instance

...