Packages

package broker

Type Members

  1. trait TopicFactory extends AnyRef

    Internal API

    Internal API

    Abstraction for topic factories.

  2. 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.

Ungrouped