iasValueDumper
index
/home/ubuntu/ias/KafkaUtils/src/main/python/iasValueDumper.py

Dumps in the stdout the IasValue published in the
BSDB
 
Created on Jun 12, 2018
 
@author: acaproni

 
Modules
       
argparse

 
Classes
       
IasKafkaUtils.KafkaValueConsumer.IasValueListener(builtins.object)
DumperListener

 
class DumperListener(IasKafkaUtils.KafkaValueConsumer.IasValueListener)
    DumperListener(verbose, toJson)
 

 
 
Method resolution order:
DumperListener
IasKafkaUtils.KafkaValueConsumer.IasValueListener
builtins.object

Methods defined here:
__init__(self, verbose, toJson)
Constructor
 
@param if True prints verbose messages
@param if True print JSON string
iasValueReceived(self, iasValue)
Print the IasValue in the stdout

Data descriptors inherited from IasKafkaUtils.KafkaValueConsumer.IasValueListener:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Data
        consumer = None
terminated = False