• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

/usr/lib/swipl/library/ext/stomp/stomp.pl
All Application Manual Name SummaryHelp

  • stomp
    • stomp.pl -- STOMP client.
      • stomp_connection/5
      • stomp_connection/6
      • stomp_connection_property/2
      • stomp_destroy_connection/1
      • stomp_setup/2
      • stomp_teardown/1
      • stomp_reconnect/1
      • stomp_connect/1
      • stomp_connect/2
      • stomp_send/4
      • stomp_send_json/4
      • stomp_subscribe/4
      • stomp_unsubscribe/2
      • stomp_ack/3
      • stomp_nack/3
      • stomp_ack/2
      • stomp_nack/2
      • stomp_begin/2
      • stomp_commit/2
      • stomp_abort/2
      • stomp_transaction/2
      • stomp_disconnect/2
 stomp_connection_property(?Connection, ?Property) is nondet
True when Property, is a property of Connection. Defined properties are:
address(Address)
callback(Callback)
host(Host)
headers(Headers)
reconnect(Bool)
connect_timeout(Seconds)
All the above properties result from the stomp_connection/6 registration.
receiver_thread_id(Thread)
stream(Stream)
heartbeat_thread_id(Thread)
received_heartbeat(TimeStamp)
These describe an active STOMP connection.
ClioPatria (version V3.1.1-51-ga0b30a5)