Class | Description |
---|---|
BadInputStreamSampleOperation |
Sample update operation that demonstrates some poor practices regarding input streams.
|
DirectInputStreamSampleOperation |
Sample update operation that demonstrates a simple connector use case where the input can be sent directly to the
target system and the response can be used as output for the connector operation.
|
OutputStreamSampleOperation |
Sample update operation that demonstrates how to send data to a client that provides an active output stream to write
the request.
|
SizeBasedRoutingOperation |
Sample operation that demonstrates how to process input documents differently based on the size of the input
document.
|