This configuration can be used together with a pool configuration and provides and additional factory for streams
which is based on so-called creators. A stream-creator is useful, if streams shall be created only on the first
lookup time and not at the start time of the application context. While creators can be registered at runtime into,
this configuration picks up the following beans automatically on startup:
Dependency injection:
- All instances of
ImmutableIdentifiedStreamCreator. These are passed on the the created factory and are available
for lookups from then on. This mechanism provides a simple way to organize (lazy initializing) streams in spring
configurations.