Package org.kie.remote.impl.consumer
Interface ListenerThread
-
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
KafkaListenerThread,LocalListenerThread
public interface ListenerThread extends Runnable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(Map<String,CompletableFuture<Object>> requestsStore)voidstop()
-
-
-
Method Detail
-
stop
void stop()
-
init
void init(Map<String,CompletableFuture<Object>> requestsStore)
-
-