Class StreamerPublisher<T>

java.lang.Object
org.apache.ignite.migrationtools.persistence.utils.pubsub.StreamerPublisher<T>
All Implemented Interfaces:
AutoCloseable, Flow.Publisher<T>, Flow.Subscription

public class StreamerPublisher<T> extends Object implements Flow.Publisher<T>, Flow.Subscription, AutoCloseable
Publisher for streamer. A lighter alternative to SubmissionPublisher. Single-threaded. Only supports one subscriber.
  • Constructor Details

    • StreamerPublisher

      public StreamerPublisher()
  • Method Details