T - The type of params.
public class InputMessage<T>
extends OCastApplicationLayer
Represents a public settings input message.
| Constructor and Description |
|---|
InputMessage(OCastDataLayer<T> data)
Creates an instance of
class InputMessage. |
getData, getServicepublic InputMessage(@NotNull
OCastDataLayer<T> data)
Creates an instance of class InputMessage.
data - The data layer conveyed by the public settings input message.class InputMessage