Interface ReactiveMessagePipeline

  • All Superinterfaces:
    java.lang.AutoCloseable

    public interface ReactiveMessagePipeline
    extends java.lang.AutoCloseable
    Reactive message pipeline interface.
    • Method Detail

      • isRunning

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

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