public interface HttpResponseParser
extends org.apache.kafka.common.Configurable
| Modifier and Type | Method and Description |
|---|---|
default void |
configure(Map<String,?> map) |
List<org.apache.kafka.connect.source.SourceRecord> |
parse(HttpResponse response) |
List<org.apache.kafka.connect.source.SourceRecord> parse(HttpResponse response)
Copyright © 2020 CastorM. All rights reserved.