Package org.kie.remote.impl.consumer
Class LocalListenerThread
- java.lang.Object
-
- org.kie.remote.impl.consumer.LocalListenerThread
-
- All Implemented Interfaces:
Runnable,ListenerThread
public class LocalListenerThread extends Object implements ListenerThread
-
-
Constructor Summary
Constructors Constructor Description LocalListenerThread(TopicsConfig topicsConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(Map<String,CompletableFuture<Object>> requestsStore)voidrun()voidstop()
-
-
-
Constructor Detail
-
LocalListenerThread
public LocalListenerThread(TopicsConfig topicsConfig)
-
-
Method Detail
-
init
public void init(Map<String,CompletableFuture<Object>> requestsStore)
- Specified by:
initin interfaceListenerThread
-
stop
public void stop()
- Specified by:
stopin interfaceListenerThread
-
-