Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TODO ADD LINKSAn introduction to YOUnite and Adaptors can be found on the Introduction to YOUnite page and the Managing Adaptors page.

Developing adaptors can be found on the YOUnite Adaptor Guide for Java Developers page.

...

Adaptor Workflow

The workflow required in getting a fully functioning adaptor are as follows

...

The first step is covered in the adaptor guide and steps two through four are implementation specific. The remainder of this page covers steps five through eight. 


Deploy the Adaptor


Adaptors States

blah blah

StateDescription
PostedAdaptor is successfully POSTed. An API consumer can make this request or it can be done through the YOUnite UI.
Configured

The adaptors had a:

  • Successful connection to the YOUnite Datahub via the message bus/broker
  • Subscribed to the appropriate message broker topics
  • Its message broker queue has been created
PauseThe adaptors is running but not accepting adaptor (read/write) requests.

Play Read-Only

The adaptor is accepting read requests only.
PlayThe adaptor is accepting read and write requests.


Posting and Configuring an Adaptor 

...