Package

com.lightbend.lagom.internal.javadsl.api

broker

Permalink

package broker

Visibility
  1. Public
  2. All

Type Members

  1. class InjectorTopicFactoryProvider extends TopicFactoryProvider

    Permalink
    Annotations
    @Singleton()
  2. trait TopicFactory extends AnyRef

    Permalink

    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

    Permalink

    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.

Value Members

  1. object NoTopicFactoryProvider extends TopicFactoryProvider

    Permalink

Ungrouped