* Creates Destination.Factory to create Destinations
This allows the default PathDestinationFactory to send to all via ant patterns and RSocket to use tags.
* Adds spring-cloud-bus-rsocket to dependencies pom
* Moves stream to separate autoconfig
* Adds AntPathMatcher to handle isFromSelf
* Adds support for application/cbor
* Adds support for default tags to send on queries.
* Adds BusRSocketEnvironmentPostProcessor
This adds a bus=true tag to the RSocket routing client for registration with the RSocket routing broker
All tags in the remote event must be present from local configuration.
* Updates repo.spring.io urls
* Adds spring-cloud-starter-bus-stream
which includes spring-cloud-bus and spring-cloud-stream. This is because spring-cloud-stream is now optional in spring-cloud-bus. This is useful for bus users that want to use a different stream binder than amqp and kafka.