-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
producer_arginfo.h
56 lines (43 loc) · 3.14 KB
/
producer_arginfo.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: 30c864ad8163b67989b699e8e94c4fe6539a5386 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_SimpleKafkaClient_Producer___construct, 0, 0, 1)
ZEND_ARG_OBJ_INFO(0, configuration, SimpleKafkaClient\\Configuration, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_SimpleKafkaClient_Producer_initTransactions, 0, 1, IS_VOID, 0)
ZEND_ARG_TYPE_INFO(0, timeoutMs, IS_LONG, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_SimpleKafkaClient_Producer_beginTransaction, 0, 0, IS_VOID, 0)
ZEND_END_ARG_INFO()
#define arginfo_class_SimpleKafkaClient_Producer_commitTransaction arginfo_class_SimpleKafkaClient_Producer_initTransactions
#define arginfo_class_SimpleKafkaClient_Producer_abortTransaction arginfo_class_SimpleKafkaClient_Producer_initTransactions
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_SimpleKafkaClient_Producer_flush, 0, 1, IS_LONG, 0)
ZEND_ARG_TYPE_INFO(0, timeoutMs, IS_LONG, 0)
ZEND_END_ARG_INFO()
#define arginfo_class_SimpleKafkaClient_Producer_poll arginfo_class_SimpleKafkaClient_Producer_flush
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_SimpleKafkaClient_Producer_purge, 0, 1, IS_LONG, 0)
ZEND_ARG_TYPE_INFO(0, purgeFlags, IS_LONG, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_SimpleKafkaClient_Producer_getTopicHandle, 0, 1, SimpleKafkaClient\\ProducerTopic, 0)
ZEND_ARG_TYPE_INFO(0, topic, IS_STRING, 0)
ZEND_END_ARG_INFO()
ZEND_METHOD(SimpleKafkaClient_Producer, __construct);
ZEND_METHOD(SimpleKafkaClient_Producer, initTransactions);
ZEND_METHOD(SimpleKafkaClient_Producer, beginTransaction);
ZEND_METHOD(SimpleKafkaClient_Producer, commitTransaction);
ZEND_METHOD(SimpleKafkaClient_Producer, abortTransaction);
ZEND_METHOD(SimpleKafkaClient_Producer, flush);
ZEND_METHOD(SimpleKafkaClient_Producer, poll);
ZEND_METHOD(SimpleKafkaClient_Producer, purge);
ZEND_METHOD(SimpleKafkaClient_Producer, getTopicHandle);
static const zend_function_entry class_SimpleKafkaClient_Producer_methods[] = {
ZEND_ME(SimpleKafkaClient_Producer, __construct, arginfo_class_SimpleKafkaClient_Producer___construct, ZEND_ACC_PUBLIC)
ZEND_ME(SimpleKafkaClient_Producer, initTransactions, arginfo_class_SimpleKafkaClient_Producer_initTransactions, ZEND_ACC_PUBLIC)
ZEND_ME(SimpleKafkaClient_Producer, beginTransaction, arginfo_class_SimpleKafkaClient_Producer_beginTransaction, ZEND_ACC_PUBLIC)
ZEND_ME(SimpleKafkaClient_Producer, commitTransaction, arginfo_class_SimpleKafkaClient_Producer_commitTransaction, ZEND_ACC_PUBLIC)
ZEND_ME(SimpleKafkaClient_Producer, abortTransaction, arginfo_class_SimpleKafkaClient_Producer_abortTransaction, ZEND_ACC_PUBLIC)
ZEND_ME(SimpleKafkaClient_Producer, flush, arginfo_class_SimpleKafkaClient_Producer_flush, ZEND_ACC_PUBLIC)
ZEND_ME(SimpleKafkaClient_Producer, poll, arginfo_class_SimpleKafkaClient_Producer_poll, ZEND_ACC_PUBLIC)
ZEND_ME(SimpleKafkaClient_Producer, purge, arginfo_class_SimpleKafkaClient_Producer_purge, ZEND_ACC_PUBLIC)
ZEND_ME(SimpleKafkaClient_Producer, getTopicHandle, arginfo_class_SimpleKafkaClient_Producer_getTopicHandle, ZEND_ACC_PUBLIC)
ZEND_FE_END
};