Uses of Class
org.hobbit.core.rabbit.DataReceiverImpl.Builder
Packages that use DataReceiverImpl.Builder
-
Uses of DataReceiverImpl.Builder in org.hobbit.core.rabbit
Methods in org.hobbit.core.rabbit that return DataReceiverImpl.BuilderModifier and TypeMethodDescriptionstatic DataReceiverImpl.BuilderDataReceiverImpl.builder()Returns a newly createdDataReceiverImpl.Builder.DataReceiverImpl.Builder.dataHandler(DataHandler dataHandler) Sets the handler that is called if data is incoming.DataReceiverImpl.Builder.maxParallelProcessedMsgs(int maxParallelProcessedMsgs) Sets the maximum number of incoming messages that are processed in parallel.DataReceiverImpl.Builder.queue(RabbitQueue queue) Sets the queue that is used to receive data.DataReceiverImpl.Builder.queue(RabbitQueueFactory factory, String queueName) Method for providing the necessary information to create a queue if it has not been provided with thequeue(RabbitQueue)method.