| IStoreCompositeMessageChannel<I,E> |
A composite message channel in which each channel's destination is a different store.
|
| IStoreMessage<I,E> |
A message that accumulates its data into a list of tuples.
|
| IStoreMessageChannel<I,E> |
A message channel whose destination is a store.
|
| IStoreMessageChannelFactory<InputT,OutputT> |
The factory that creates the channels between the topics of a data source and the stores of a
datastore.
|
| IStoreMessageChunk<E> |
A message chunk that collects its data into tuples.
|
| ITuplePublisher<I> |
Encapsulates the business logic to publish a series of tuples in the context of one message.
|