类 ElasticsearchTriggerStore
- java.lang.Object
-
- cn.dustlight.flow.triggers.sotre.elasticsearch.ElasticsearchTriggerStore
-
- 所有已实现的接口:
cn.dustlight.flow.core.flow.trigger.TriggerStore
public class ElasticsearchTriggerStore extends Object implements cn.dustlight.flow.core.flow.trigger.TriggerStore
-
-
构造器概要
构造器 构造器 说明 ElasticsearchTriggerStore()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 reactor.core.publisher.Flux<String>getProcess(String clientId, String key)reactor.core.publisher.Flux<String>getProcess(String clientId, String key, String operation)reactor.core.publisher.Flux<String>getSubscription(String clientId, String process)reactor.core.publisher.Flux<String>getSubscription(String clientId, String process, String operation)reactor.core.publisher.Mono<Void>setSubscription(String clientId, String key, String operation, Set<String> process)
-
-
-
方法详细资料
-
setSubscription
public reactor.core.publisher.Mono<Void> setSubscription(String clientId, String key, String operation, Set<String> process)
- 指定者:
setSubscription在接口中cn.dustlight.flow.core.flow.trigger.TriggerStore
-
getProcess
public reactor.core.publisher.Flux<String> getProcess(String clientId, String key, String operation)
- 指定者:
getProcess在接口中cn.dustlight.flow.core.flow.trigger.TriggerStore
-
getSubscription
public reactor.core.publisher.Flux<String> getSubscription(String clientId, String process, String operation)
- 指定者:
getSubscription在接口中cn.dustlight.flow.core.flow.trigger.TriggerStore
-
getProcess
public reactor.core.publisher.Flux<String> getProcess(String clientId, String key)
- 指定者:
getProcess在接口中cn.dustlight.flow.core.flow.trigger.TriggerStore
-
-