Uses of Interface
org.hobbit.core.rabbit.DataHandler
Packages that use DataHandler
-
Uses of DataHandler in org.hobbit.core.rabbit
Fields in org.hobbit.core.rabbit declared as DataHandlerModifier and TypeFieldDescriptionprotected DataHandlerDataReceiverImpl.Builder.dataHandlerprivate DataHandlerDataReceiverImpl.dataHandlerMethods in org.hobbit.core.rabbit that return DataHandlerModifier and TypeMethodDescriptionDataReceiver.getDataHandler()DataReceiverImpl.getDataHandler()Methods in org.hobbit.core.rabbit with parameters of type DataHandlerModifier and TypeMethodDescriptionDataReceiverImpl.Builder.dataHandler(DataHandler dataHandler) Sets the handler that is called if data is incoming.Constructors in org.hobbit.core.rabbit with parameters of type DataHandlerModifierConstructorDescriptionprotectedDataReceiverImpl(RabbitQueue queue, DataHandler handler, int maxParallelProcessedMsgs)