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

Module reactor

source code

Classes
  Container
A representation of the AMQP concept of a 'container', which loosely speaking is something that establishes links to or from another container, over which messages are transfered.
  ApplicationEvent
Application defined event, which can optionally be associated with an engine object and or an arbitrary subject
  EventInjector
Can be added to a reactor to allow events to be triggered by an external thread but handled on the event thread associated with the reactor.
  Handler
  LinkOption
Abstract interface for link configuration options
  ReceiverOption
  SenderOption
  AtLeastOnce
  AtMostOnce
  DynamicNodeProperties
  Filter
  Selector
Configures a link with a message selector filter
  DurableSubscription
  Copy
  Move
  Backoff
A reconnect strategy involving an increasing delay between retries, up to a maximum or 10 seconds.