- Type Parameters:
I - the input type of the client
O - the output type of the client
Examples:
SampleClient indicates that the client accepts a JsonNode and returns an
InputStream
SampleClient indicates that the client accepts an InputStream and returns
nothing
public class SampleClient<I,O>
extends Object
Sample client used throughout the sample project when demonstrating how to send data to a target system and,
potentially, return a response. The generic input/output types allow each sample to control the types of data used.