MainGetting StartedSearch
Data Producers

Data Producers are configurable sources of data that can be processed by Data Consumers. Data Producers implement the ICollectionGateway interface. These objects acquire data from some source and transform it to one or more RTI IResultSets. Result sets are passed to consumers through the IGatewayListener interface. This interface is typically implemented by an ICollectionBuilder class that manages the flow of data between producers and consumers possibly in a multi-threaded fashion.