CepStream<TPayload>.ToQuery Method
Include Protected Members
Include Inherited Members
Creates a query.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ToQuery(String, String, EventShape, StreamEventOrder) | Creates a query from the stream with an unbound output. All inputs to the query must be bound to adapters, sequences or other queries. The output of the query can be consumed through dynamic query composition only. The application this query will run in is implied by the definition of the stream. | |
ToQuery(Application, String, String, EventShape, StreamEventOrder) | Creates a query from the stream with an unbound output running in the specified application. All inputs to the query must be bound to adapters, sequences or other queries. The output of the query can be consumed through dynamic query composition only. | |
ToQuery(String, String, Type, Object, EventShape, StreamEventOrder) | Creates a query from the stream bound to an output adapter. The output adapter is specified by the type of the adapter factory and the configuration object. The application this query will run in is implied by the definition of the stream. | |
ToQuery(String, String, Type, Object, EventShape, StreamEventOrder, Boolean) | Creates a query from the stream bound to an output adapter. The output adapter is specified by the type of the adapter factory and the configuration object. The application this query will run in is implied by the definition of the stream. The query can be specified to be resilient. | |
ToQuery(Application, String, String, Type, Object, EventShape, StreamEventOrder) | Creates a query from the stream bound to an output adapter running in the specified application. The output adapter is specified by the type of the adapter factory and the configuration object. | |
ToQuery(Application, String, String, Type, Object, EventShape, StreamEventOrder, Boolean) | Creates a query from the stream bound to an output adapter running in the specified application. The output adapter is specified by the type of the adapter factory and the configuration object. The query can be specified to be resilient. |
Top