Package proton :: Module reactor :: Class Move
[frames] | no frames]

type Move

source code

object --+        
         |        
LinkOption --+    
             |    
ReceiverOption --+
                 |
                Move

Instance Methods
 
apply(self, receiver)
Subclasses will implement any configuration logic in this method
source code

Inherited from ReceiverOption: test

Method Details

apply(self, receiver)

source code 

Subclasses will implement any configuration logic in this method

Overrides: LinkOption.apply
(inherited documentation)