Video Creating a TIBCO Streaming Input Adapter
book
Article ID: KB0072044
calendar_today
Updated On:
TIBCO Streaming
|
10.x and later
|
Description
What are the basic steps for how to create a TIBCO Streaming Java input adapter?
Issue/Introduction
YouTube Video walkthrough creation of polling threaded input adapter. https://www.youtube.com/watch?v=ClOhse7uQUw
Resolution
Video:
https://www.youtube.com/watch?v=ClOhse7uQUwThis presents the full creation and execution of a simple TIBCO Streaming custom Java Input Adapter including how to:
- create the starting adapter using the wizard
- decide whether to use a threaded run-loop or 3rd-party callback
- reference the 3rd-party API through a dependency and import
- typecheck properties and set their default values
- typecheck a schema for required fields
- extend a schema with new fields
- place the adapter on the canvas
- handle disconnects and reconnects
- receive the data
Source code attached below (pdf).
Attachments
Video Creating a TIBCO Streaming Input Adapter
get_app
Feedback
thumb_up
Yes
thumb_down
No