Uses of Class
org.kie.remote.TopicsConfig
-
Packages that use TopicsConfig Package Description org.kie.remote org.kie.remote.impl org.kie.remote.impl.consumer org.kie.remote.util -
-
Uses of TopicsConfig in org.kie.remote
Methods in org.kie.remote that return TopicsConfig Modifier and Type Method Description static TopicsConfigTopicsConfig. anTopicsConfig()TopicsConfigTopicsConfig. build()static TopicsConfigTopicsConfig. getDefaultTopicsConfig()TopicsConfigTopicsConfig. withEventsTopicName(String eventsTopicName)TopicsConfigTopicsConfig. withKieSessionInfosTopicName(String kieSessionInfosTopicName) -
Uses of TopicsConfig in org.kie.remote.impl
Fields in org.kie.remote.impl declared as TopicsConfig Modifier and Type Field Description protected TopicsConfigAbstractRemoteEntryPoint. topicsConfigConstructors in org.kie.remote.impl with parameters of type TopicsConfig Constructor Description AbstractRemoteEntryPoint(Sender sender, String entryPoint, TopicsConfig topicsConfig)RemoteEntryPointImpl(Sender sender, String entryPoint, TopicsConfig topicsConfig, Listener listener)RemoteEntryPointImpl(Sender sender, String entryPoint, TopicsConfig topicsConfig, RemoteStatefulSessionImpl delegate)RemoteKieSessionImpl(Properties configuration, TopicsConfig envConfig, Listener listener, Producer producer)RemoteStatefulSessionImpl(Sender sender, Listener listener, TopicsConfig topicsConfig)RemoteStreamingEntryPointImpl(Sender sender, String entryPoint, TopicsConfig topicsConfig, Listener listener)RemoteStreamingEntryPointImpl(Sender sender, String entryPoint, TopicsConfig topicsConfig, RemoteStatefulSessionImpl delegate)RemoteStreamingKieSessionImpl(Properties configuration, TopicsConfig envConfig, Listener listener, Producer producer) -
Uses of TopicsConfig in org.kie.remote.impl.consumer
Constructors in org.kie.remote.impl.consumer with parameters of type TopicsConfig Constructor Description KafkaListenerThread(Properties configuration, TopicsConfig config)LocalListenerThread(TopicsConfig topicsConfig) -
Uses of TopicsConfig in org.kie.remote.util
Methods in org.kie.remote.util with parameters of type TopicsConfig Modifier and Type Method Description static ListenerThreadKafkaRemoteUtil. getListenerThread(TopicsConfig topicsConfig, boolean isLocal, Properties configuration)
-