Fixed typo in spring-cloud-stream.adoc

This commit is contained in:
Wai Loon
2021-05-12 09:08:01 +08:00
committed by Oleg Zhurakousky
parent dadb8af280
commit 689d64c655

View File

@@ -1773,6 +1773,7 @@ assertThat(binding.isRunning()).isTrue();
bindingsController.changeState("echo-in-0", State.STOPPED);
//bindingsController.stop("echo-in-0") alternative way of changing state. For convenience we expose start/stop and pause/resume operations.
assertThat(binding.isRunning()).isFalse();
----
==== Actuator
Since actuator and web are optional, you must first add one of the web dependencies as well as add the actuator dependency manually.