Small doc fix
authorChristos KK Loverdos <loverdos@gmail.com>
Fri, 18 May 2012 13:29:20 +0000 (16:29 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Fri, 18 May 2012 13:29:20 +0000 (16:29 +0300)
src/main/scala/gr/grnet/aquarium/connector/rabbitmq/RabbitMQConsumer.scala

index 2f810be..052d149 100644 (file)
@@ -67,7 +67,7 @@ class RabbitMQConsumer(val conf: RabbitMQConsumerConf,
                        executor: PayloadHandlerExecutor,
 
                        /**
-                        * After the payload is processed, we notify this object.
+                        * After the payload is processed, we call this function with ourselves and the result.
                         */
                        notifier: (RabbitMQConsumer, Maybe[HandlerResult]) ⇒ Unit
 ) extends Loggable with Lifecycle { consumerSelf ⇒