Interface ReactiveMessagePipeline
- All Superinterfaces:
AutoCloseable
Reactive message pipeline interface.
-
Method Details
-
start
ReactiveMessagePipeline start()Starts the reactive pipeline.- Returns:
- the pipeline
-
stop
ReactiveMessagePipeline 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
Closes the reactive pipeline.- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
- if an error occurs
-