All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetlinks.supports.event.EventConsumer Maven / Gradle / Ivy

The newest version!
package org.jetlinks.supports.event;

import org.jetlinks.core.event.Subscription;
import org.jetlinks.core.event.TopicPayload;
import reactor.core.publisher.Flux;
import reactor.core.publisher.FluxSink;
import reactor.core.publisher.Mono;

/**
 * 事件消费者
 *
 * @author zhouhao
 * @since 1.1.1
 */
@Deprecated
public interface EventConsumer extends EventConnection {

    Flux handleSubscribe();

    Flux handleUnSubscribe();

    FluxSink sink();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy