Interface EventStream


public interface EventStream
Author:
nuwansa
  • Method Summary

    Modifier and Type Method Description
    void checkpoint()  
    reactor.core.publisher.Flux<Event> flux()  
    void publish​(Event event)  
  • Method Details

    • publish

      void publish​(Event event)
    • checkpoint

      void checkpoint()
    • flux

      reactor.core.publisher.Flux<Event> flux()