public interface StreamSpec extends MetaDefItem, Serializable
Implementation classes for views and patterns add additional information defining the stream of events.
Modifier and Type | Method and Description |
---|---|
String |
getOptionalStreamName()
Returns the stream name, or null if undefined.
|
StreamSpecOptions |
getOptions()
Returns the options for the stream such as unidirectional, retain-union etc.
|
ViewSpec[] |
getViewSpecs()
Returns views definitions onto the stream
|
String getOptionalStreamName()
ViewSpec[] getViewSpecs()
StreamSpecOptions getOptions()