Class StreamDefinitions
- java.lang.Object
-
- org.wso2.am.integration.test.utils.thrift.StreamDefinitions
-
public class StreamDefinitions extends Object
this class is hold list of event stream definitions that used to published to DAS for APIM analytics
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPIMGT_STATISTICS_DESTINATION_STREAM_IDstatic StringAPIMGT_STATISTICS_EXECUTION_TIME_STREAM_IDstatic StringAPIMGT_STATISTICS_FAULT_STREAM_IDstatic StringAPIMGT_STATISTICS_REQUEST_STREAM_IDstatic StringAPIMGT_STATISTICS_RESPONSE_STREAM_IDstatic StringAPIMGT_STATISTICS_THROTTLE_STREAM_IDstatic StringAPIMGT_STATISTICS_WORKFLOW_STREAM_ID
-
Constructor Summary
Constructors Constructor Description StreamDefinitions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetStreamDefinitionDestination()static StringgetStreamDefinitionExecutionTime()static StringgetStreamDefinitionFault()static StringgetStreamDefinitionRequest()static StringgetStreamDefinitionResponse()static StringgetStreamDefinitionThrottle()static StringgetStreamDefinitionWorkflow()
-
-
-
Field Detail
-
APIMGT_STATISTICS_RESPONSE_STREAM_ID
public static final String APIMGT_STATISTICS_RESPONSE_STREAM_ID
- See Also:
- Constant Field Values
-
APIMGT_STATISTICS_DESTINATION_STREAM_ID
public static final String APIMGT_STATISTICS_DESTINATION_STREAM_ID
- See Also:
- Constant Field Values
-
APIMGT_STATISTICS_REQUEST_STREAM_ID
public static final String APIMGT_STATISTICS_REQUEST_STREAM_ID
- See Also:
- Constant Field Values
-
APIMGT_STATISTICS_EXECUTION_TIME_STREAM_ID
public static final String APIMGT_STATISTICS_EXECUTION_TIME_STREAM_ID
- See Also:
- Constant Field Values
-
APIMGT_STATISTICS_WORKFLOW_STREAM_ID
public static final String APIMGT_STATISTICS_WORKFLOW_STREAM_ID
- See Also:
- Constant Field Values
-
APIMGT_STATISTICS_FAULT_STREAM_ID
public static final String APIMGT_STATISTICS_FAULT_STREAM_ID
- See Also:
- Constant Field Values
-
APIMGT_STATISTICS_THROTTLE_STREAM_ID
public static final String APIMGT_STATISTICS_THROTTLE_STREAM_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStreamDefinitionResponse
public static String getStreamDefinitionResponse()
-
getStreamDefinitionRequest
public static String getStreamDefinitionRequest()
-
getStreamDefinitionExecutionTime
public static String getStreamDefinitionExecutionTime()
-
getStreamDefinitionWorkflow
public static String getStreamDefinitionWorkflow()
-
getStreamDefinitionDestination
public static String getStreamDefinitionDestination()
-
getStreamDefinitionFault
public static String getStreamDefinitionFault()
-
getStreamDefinitionThrottle
public static String getStreamDefinitionThrottle()
-
-