Providing access to the underlying StreamBuilderFactoryBean by making the bean name deterministic. Eariler, the binder was using UUID to make the stream builder factory bean names unique in the event of multiple StreamListeners. Switching to use the method name instead to keep the StreamBuilder factory beans unique while providing a deterministic way to giving it programmatic access. Polishing docs Fixes #396