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

type DurableSubscription

source code

object --+        
         |        
LinkOption --+    
             |    
ReceiverOption --+
                 |
                DurableSubscription

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)