Uses of Interface
org.hobbit.utils.TerminatableRunnable
-
Packages that use TerminatableRunnable Package Description org.hobbit.core.rabbit -
-
Uses of TerminatableRunnable in org.hobbit.core.rabbit
Classes in org.hobbit.core.rabbit that implement TerminatableRunnable Modifier and Type Class Description protected classDataReceiverImpl.MsgReceivingTaskFields in org.hobbit.core.rabbit declared as TerminatableRunnable Modifier and Type Field Description private TerminatableRunnableDataReceiverImpl. receiverTaskMethods in org.hobbit.core.rabbit that return TerminatableRunnable Modifier and Type Method Description protected TerminatableRunnableDataReceiverImpl. buildMsgReceivingTask(com.rabbitmq.client.QueueingConsumer consumer)This factory method creates a runnable task that uses the given consumer to receive incoming messages.
-