Interface ReactiveMessagePipeline

All Superinterfaces:
AutoCloseable

public interface ReactiveMessagePipeline extends AutoCloseable
Reactive message pipeline interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Closes the reactive pipeline.
    boolean
    Gets whether the reactive pipeline is running.
    Starts the reactive pipeline.
    Stops the reactive pipeline.
  • Method Details

    • start

      Starts the reactive pipeline.
      Returns:
      the pipeline
    • stop

      Stops the reactive pipeline.
      Returns:
      the reactive pipeline
    • isRunning

      boolean isRunning()
      Gets whether the reactive pipeline is running.
      Returns:
      true if the reactive pipeline is running
    • close

      default void close() throws Exception
      Closes the reactive pipeline.
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception - if an error occurs