Skip to content

Commit

Permalink
Merge "[FAB-11333] Remove old event hub reference"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Yellick authored and Gerrit Code Review committed Sep 24, 2018
2 parents bbdb830 + eae6bd9 commit 5f0b555
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/source/understand_fabcar_network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,9 @@ to the ordering service by calling the ``channel.sendTransaction`` API. The
ordering service bundles the transaction into a block and delivers it to all
peers on a channel for validation (the Fabcar network has only one peer and one channel).

Finally the application uses two event handler APIs: ``eh.setPeerAddr`` to
connect to the peer's event listener port and ``eh.registerTxEvent`` to
register for events associated with a specific transaction ID. The
``eh.registerTxEvent`` API allows the application to be notified about the fate
of a transaction (i.e. valid or invalid).
Finally the application uses the :doc:`peer_event_services` to register for events
associated with a specific transaction ID so that the application can be notified
about the fate of a transaction (i.e. valid or invalid).

For More Information
--------------------
Expand Down

0 comments on commit 5f0b555

Please sign in to comment.