package broker
Type Members
-
trait
TopicFactory extends AnyRef
Internal API
Internal API
Abstraction for topic factories.
-
trait
TopicFactoryProvider extends AnyRef
Provider with a default topic factory.
Provider with a default topic factory.
Anything that wants to optionally depend on a topic factory should extend this, which allows the actual topic factory to override it and guarantee that its implementation will be used and not this default one.