Package com.streambase.liveview.client
Class SendTupleInfo
java.lang.Object
com.streambase.liveview.client.SendTupleInfo
-
Constructor Summary
ConstructorDescriptionSendTupleInfo
(StreamBaseURI sbUri, String inputStreamName, String outputStreamName, Schema inputSchema, Schema outputSchema) -
Method Summary
-
Constructor Details
-
SendTupleInfo
public SendTupleInfo(StreamBaseURI sbUri, String inputStreamName, String outputStreamName, Schema inputSchema, Schema outputSchema)
-
-
Method Details
-
getSbUri
- Returns:
- the sbUri
-
getTargetInputStreamName
- Returns:
- the TargetInputStreamName
-
getResponseOutputStreamName
- Returns:
- the ResponseOutputStreamName
-
getTargetInputSchema
- Returns:
- the TargetInputSchema
-
getResponseOutputSchema
- Returns:
- the ResponseOutputSchema
-