Kamaelia docs : Kamaelia.Util.RateFilter.OnDemandLimit

Kamaelia.Util.RateFilter.OnDemandLimit

For examples and more explanations, see the module level docs.


class OnDemandLimit(Axon.Component.component)

OnDemandLimit() -> new OnDemandLimit component.

A component that receives data items, but only emits them on demand, one at a time, when "NEXT" messages are received on the "slidecontrol" inbox.

Inboxes

  • control : Shutdown signalling
  • inbox : Data items to be passed on, on demand.
  • slidecontrol : 'NEXT' requests to emit a data item.

Outboxes

  • outbox : Data items, when requested.
  • signal : Shutdown signalling

Methods defined here

main(self)

Main loop.

Feedback

Got a problem with the documentation? Something unclear that could be clearer? Want to help improve it? Constructive criticism is very welcome - especially if you can suggest a better rewording!

Please leave you feedback here in reply to the documentation thread in the Kamaelia blog.

-- Automatic documentation generator, 19 Oct 2008 at 14:29:09 UTC/GMT

This is a page from the Kamaelia website. You can find the original here: