public class StreamDefinition extends AbstractDefinition
annotations, attributeList, id
Modifier | Constructor and Description |
---|---|
|
StreamDefinition() |
protected |
StreamDefinition(String streamId) |
Modifier and Type | Method and Description |
---|---|
StreamDefinition |
annotation(Annotation annotation) |
StreamDefinition |
attribute(String attributeName,
Attribute.Type type) |
static StreamDefinition |
id(String streamId) |
annotation, checkAttribute, equals, equalsIgnoreAnnotations, getAnnotations, getAttributeList, getAttributeNameArray, getAttributePosition, getAttributeType, getId, getQueryContextEndIndex, getQueryContextStartIndex, hashCode, setId, setQueryContextEndIndex, setQueryContextStartIndex, toString, toString
public StreamDefinition()
protected StreamDefinition(String streamId)
public static StreamDefinition id(String streamId)
public StreamDefinition attribute(String attributeName, Attribute.Type type)
public StreamDefinition annotation(Annotation annotation)
Copyright © 2018 WSO2. All rights reserved.