Package Products :: Package ZenEvents :: Package events2 :: Module processing :: Class UpdateDeviceContextAndTagsPipe
[hide private]
[frames] | no frames]

Class UpdateDeviceContextAndTagsPipe

source code

             object --+        
                      |        
     EventProcessorPipe --+    
                          |    
AddDeviceContextAndTagsPipe --+
                              |
                             UpdateDeviceContextAndTagsPipe

Instance Methods [hide private]
 
__call__(self, eventContext)
Called in a chain, must return modified eventContext.
source code

Inherited from EventProcessorPipe: __init__

Class Variables [hide private]

Inherited from AddDeviceContextAndTagsPipe: DEVICE_DEVICECLASS_TAG_KEY, DEVICE_GROUPS_TAG_KEY, DEVICE_LOCATION_TAG_KEY, DEVICE_SYSTEMS_TAG_KEY, DEVICE_TAGGERS, dependencies

Method Details [hide private]

__call__(self, eventContext)
(Call operator)

source code 

Called in a chain, must return modified eventContext.

Overrides: EventProcessorPipe.__call__
(inherited documentation)