Java HTTP Adapter
Java adapters provide free reign over connectivity to a backend system. It is therefore the developer’s responsibility to ensure best practices regarding performance and other implementation details. This tutorial covers an example of a Java adapter that connects to an RSS feed by using a Java HttpClient.
Prerequisites
Make sure to read the Java Adapters tutorial first.
See the release-specific topic for further instructions.
▲Last modified on