package broker
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
InjectorTopicFactoryProvider extends TopicFactoryProvider
- Annotations
- @Singleton()
-
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.
-
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.
Value Members
- object NoTopicFactoryProvider extends TopicFactoryProvider