diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index c246b5483..6da28de91 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -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.