File tree 1 file changed +7
-6
lines changed
src/main/java/com/getindata/connectors/http
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 13
13
* other factories in
14
14
* <pre>resources/META-INF/services/org.apache.flink.table.factories.Factory</pre>
15
15
* file and then referenced by their identifiers in:
16
- * <li>
16
+ * <ul>
17
+ * <li>
17
18
* The HttpSink DDL property field <i>gid.connector.http.sink.request-callback</i>
18
19
* for HTTP sink.
19
- * </li>
20
- * <li>
20
+ * </li>
21
+ * <li>
21
22
* The Http lookup DDL property field <i>gid.connector.http.source.lookup.request-callback</i>
22
23
* for HTTP lookup.
23
- * </li>
24
- *
25
- * <br />
24
+ * </li>
25
+ * </ul>
26
26
*
27
27
* <p>The following example shows the minimum Table API example to create a {@link HttpDynamicSink}
28
28
* that uses a custom callback created by a factory that returns <i>my-callback</i> as its
59
59
*/
60
60
61
61
public interface HttpPostRequestCallbackFactory <RequestT > extends Factory {
62
+
62
63
/**
63
64
* @return {@link HttpPostRequestCallback} custom request callback instance
64
65
*/
You can’t perform that action at this time.
0 commit comments