autobahn.__main__


Module Contents

Functions

_create_component(options)

Configure and return a Component instance according to the given

do_call(reactor, session, options)

do_publish(reactor, session, options)

do_register(reactor, session, options)

run a command-line upon an RPC call

do_subscribe(reactor, session, options)

print events (one line of JSON per event)

_main()

This is a magic name for python -m autobahn, and specified as

_real_main(reactor)

Sanity check options, create a connection and run our subcommand

Attributes

top

sub

call

publish

register

subscribe

autobahn.__main__.top
autobahn.__main__.sub
autobahn.__main__.call
autobahn.__main__.publish
autobahn.__main__.register
autobahn.__main__.subscribe
autobahn.__main__._create_component(options)[source]

Configure and return a Component instance according to the given options

autobahn.__main__.do_call(reactor, session, options)[source]
autobahn.__main__.do_publish(reactor, session, options)[source]
autobahn.__main__.do_register(reactor, session, options)[source]

run a command-line upon an RPC call

autobahn.__main__.do_subscribe(reactor, session, options)[source]

print events (one line of JSON per event)

autobahn.__main__._main()[source]

This is a magic name for python -m autobahn, and specified as our entry_point in setup.py

autobahn.__main__._real_main(reactor)[source]

Sanity check options, create a connection and run our subcommand