Skip to main content
Solved

Where is documentation for com.streamsets.pipeline.api?


mblahay
Discovered Fame

The various code evaluators offer an option for “Record Type” of “Data Collector Records.” This is important as it avoids any unexpected type changes that occur otherwise.  However, I have been unable to find any documentation on the Api. Most of my success has been a result of good guessing starting from the three lines of example provided in the processor documentation. I have reached a point where guessing is not enough; where can I find the api documentation?

Best answer by alex.sanchez

Hi @mblahay

 

The API can be found here you should be able to get the JavaDocs from there.

View original
Did this topic help you find an answer to your question?

2 replies

alex.sanchez
StreamSets Employee
Forum|alt.badge.img
  • StreamSets Employee
  • 73 replies
  • Answer
  • November 4, 2022

Hi @mblahay

 

The API can be found here you should be able to get the JavaDocs from there.


mblahay
Discovered Fame
  • Author
  • Discovered Fame
  • 13 replies
  • November 4, 2022

Thank you, I was able to find the javadoc jar files for my version.


Reply