Packages

package broker

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class InjectorTopicFactoryProvider extends TopicFactoryProvider
    Annotations
    @Singleton()
  2. trait TopicFactory extends AnyRef

    Factory for creating topics.

    Factory for creating topics.

    Note: This class is useful only to create new message broker module implementations, and should not leak into the user api.

  3. trait TopicFactoryProvider extends AnyRef

    Provider for a topic factory.

    Provider for a topic factory.

    This layer of indirection is provided so that the ServiceClientImplementor doesn't have to directly depend on a TopicFactory, it can be optional.

Ungrouped