Package proton :: Module _reactor :: Class Selector
[frames] | no frames]

Class Selector

source code

object --+            
         |            
LinkOption --+        
             |        
ReceiverOption --+    
                 |    
            Filter --+
                     |
                    Selector

Configures a link with a message selector filter

Instance Methods
 
__init__(self, value, name='selector') source code

Inherited from Filter: apply

Inherited from ReceiverOption: test

Method Details

__init__(self, value, name='selector')
(Constructor)

source code 
Overrides: Filter.__init__