K
- key for the value topicO
- value returned by the Http request - also normally quite genericR
- final result type that ends up in value topicpublic final class HttpOutput<K,O,R> extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
HttpOutput.HttpResultDecoder<O,R> |
Modifier and Type | Field and Description |
---|---|
HttpOutput.HttpResultDecoder<O,R> |
decoder |
TopicSerdes<K,R> |
outputSerdes |
Constructor and Description |
---|
HttpOutput() |
public final HttpOutput.HttpResultDecoder<O,R> decoder
public final TopicSerdes<K,R> outputSerdes
Copyright © 2019. All rights reserved.