类 ElasticsearchTriggerStore

  • 所有已实现的接口:
    cn.dustlight.flow.core.flow.trigger.TriggerStore

    public class ElasticsearchTriggerStore
    extends Object
    implements cn.dustlight.flow.core.flow.trigger.TriggerStore
    • 构造器详细资料

      • ElasticsearchTriggerStore

        public ElasticsearchTriggerStore()
    • 方法详细资料

      • 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
      • getSubscription

        public reactor.core.publisher.Flux<String> getSubscription​(String clientId,
                                                                   String process)
        指定者:
        getSubscription 在接口中 cn.dustlight.flow.core.flow.trigger.TriggerStore