索引
所有类|所有程序包
A
- ACTION_TAG - 枚举 中的静态变量io.eden.cloudstream.enums.ActionEnum
-
行为标签,用做 header 中的 key
- ActionEnum - io.eden.cloudstream.enums中的枚举
-
行为枚举类,用于区别同一个 destination 中的不同行为
B
- buildConditions() - 枚举 中的静态方法io.eden.cloudstream.enums.ActionEnum
C
- CompanySink - io.eden.cloudstream.sink中的接口
-
公司信息操作,消息消费者使用
- CompanySource - io.eden.cloudstream.source中的接口
-
公司信息操作,消息生产者使用
- CONDATION_EXPRESSION - 枚举 中的静态变量io.eden.cloudstream.enums.ActionEnum
- CREATE - io.eden.cloudstream.enums.ActionEnum
-
用于生产者区别不同行为 Usage:
this.channel.send(MessageBuilder.withPayload(userDto) .setHeader(ActionEnum.ACTION_TAG, ActionEnum.DELETE) .build()); - CREATE_CONDITION - 枚举 中的静态变量io.eden.cloudstream.enums.ActionEnum
-
condition 用于消费者区别不同行为 Usage: StreamListener(value = UserReceiver.INPUT, condition = ActionEnum.DELETE_CONDITION)
D
- DELETE - io.eden.cloudstream.enums.ActionEnum
- DELETE_CONDITION - 枚举 中的静态变量io.eden.cloudstream.enums.ActionEnum
- DepartmentSink - io.eden.cloudstream.sink中的接口
-
部门信息操作,消息消费者使用
- DepartmentSource - io.eden.cloudstream.source中的接口
-
部门信息操作,消息生产者使用
E
- EDIT - io.eden.cloudstream.enums.ActionEnum
- EDIT_CONDITION - 枚举 中的静态变量io.eden.cloudstream.enums.ActionEnum
I
- input() - 接口 中的方法io.eden.cloudstream.sink.CompanySink
- input() - 接口 中的方法io.eden.cloudstream.sink.DepartmentSink
- input() - 接口 中的方法io.eden.cloudstream.sink.OrgSink
- input() - 接口 中的方法io.eden.cloudstream.sink.PartyUserSink
- input() - 接口 中的方法io.eden.cloudstream.sink.UserSink
- INPUT - 接口 中的静态变量io.eden.cloudstream.sink.CompanySink
- INPUT - 接口 中的静态变量io.eden.cloudstream.sink.DepartmentSink
- INPUT - 接口 中的静态变量io.eden.cloudstream.sink.OrgSink
- INPUT - 接口 中的静态变量io.eden.cloudstream.sink.PartyUserSink
- INPUT - 接口 中的静态变量io.eden.cloudstream.sink.UserSink
- io.eden.cloudstream.enums - 程序包 io.eden.cloudstream.enums
- io.eden.cloudstream.sink - 程序包 io.eden.cloudstream.sink
- io.eden.cloudstream.source - 程序包 io.eden.cloudstream.source
O
- OrgSink - io.eden.cloudstream.sink中的接口
-
党组织操作,消息消费者使用
- OrgSource - io.eden.cloudstream.source中的接口
-
党组织操作,消息生产者使用
- OTHER - io.eden.cloudstream.enums.ActionEnum
- OTHER_CONDITION - 枚举 中的静态变量io.eden.cloudstream.enums.ActionEnum
- output() - 接口 中的方法io.eden.cloudstream.source.CompanySource
- output() - 接口 中的方法io.eden.cloudstream.source.DepartmentSource
- output() - 接口 中的方法io.eden.cloudstream.source.OrgSource
- output() - 接口 中的方法io.eden.cloudstream.source.PartyUserSource
- output() - 接口 中的方法io.eden.cloudstream.source.UserSource
- OUTPUT - 接口 中的静态变量io.eden.cloudstream.source.CompanySource
- OUTPUT - 接口 中的静态变量io.eden.cloudstream.source.DepartmentSource
- OUTPUT - 接口 中的静态变量io.eden.cloudstream.source.OrgSource
- OUTPUT - 接口 中的静态变量io.eden.cloudstream.source.PartyUserSource
- OUTPUT - 接口 中的静态变量io.eden.cloudstream.source.UserSource
P
- PartyUserSink - io.eden.cloudstream.sink中的接口
-
党员信息操作,消息消费者使用
- PartyUserSource - io.eden.cloudstream.source中的接口
-
党员信息操作,消息生产者使用
U
- UPDATE - io.eden.cloudstream.enums.ActionEnum
- UPDATE_CONDITION - 枚举 中的静态变量io.eden.cloudstream.enums.ActionEnum
- UserSink - io.eden.cloudstream.sink中的接口
-
用户信息操作,消息消费者使用
- UserSource - io.eden.cloudstream.source中的接口
-
用户信息操作,消息生产者使用
V
- valueOf(String) - 枚举 中的静态方法io.eden.cloudstream.enums.ActionEnum
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法io.eden.cloudstream.enums.ActionEnum
-
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
所有类|所有程序包