public class KafkaTopicFactory extends Object implements com.lightbend.lagom.internal.javadsl.api.broker.TopicFactory
| Constructor and Description |
|---|
KafkaTopicFactory(ServiceInfo serviceInfo,
akka.actor.ActorSystem system,
akka.stream.Materializer materializer,
scala.concurrent.ExecutionContext executionContext,
ServiceLocator serviceLocator)
Deprecated.
As of release 1.6.0. Use
KafkaTopicFactory(ServiceInfo, ActorSystem,
Materializer, ExecutionContext, ServiceLocator, Config) instead. |
KafkaTopicFactory(ServiceInfo serviceInfo,
akka.actor.ActorSystem system,
akka.stream.Materializer materializer,
scala.concurrent.ExecutionContext executionContext,
ServiceLocator serviceLocator,
com.typesafe.config.Config config) |
| Modifier and Type | Method and Description |
|---|---|
<Message> Topic<Message> |
create(Descriptor.TopicCall<Message> topicCall) |
@Deprecated public KafkaTopicFactory(ServiceInfo serviceInfo, akka.actor.ActorSystem system, akka.stream.Materializer materializer, scala.concurrent.ExecutionContext executionContext, ServiceLocator serviceLocator)
KafkaTopicFactory(ServiceInfo, ActorSystem,
Materializer, ExecutionContext, ServiceLocator, Config) instead.@Inject public KafkaTopicFactory(ServiceInfo serviceInfo, akka.actor.ActorSystem system, akka.stream.Materializer materializer, scala.concurrent.ExecutionContext executionContext, ServiceLocator serviceLocator, com.typesafe.config.Config config)
public <Message> Topic<Message> create(Descriptor.TopicCall<Message> topicCall)
create in interface com.lightbend.lagom.internal.javadsl.api.broker.TopicFactory