diff --git a/multi/multi__building_and_running_a_function.html b/multi/multi__building_and_running_a_function.html index 726dfeada..ca077a837 100644 --- a/multi/multi__building_and_running_a_function.html +++ b/multi/multi__building_and_running_a_function.html @@ -1,6 +1,6 @@
-The sample @SpringBootApplication above has a function that can be
+
The sample @SpringBootApplication above has a function that can be
decorated at runtime by Spring Cloud Function to be an HTTP endpoint,
or a Stream processor, for instance with RabbitMQ, Apache Kafka or
JMS.
The @Beans can be Function, Consumer or Supplier (all from
@@ -16,4 +16,4 @@ POJO) JSON. TBD: support for Flux<Message<Pojo>&g
Pojo types (Fluxes implied and implemented by the framework).
Functions can be grouped together in a single application, or deployed one-per-jar. It’s up to the developer to choose. An app with multiple functions can be deployed multiple times in different "personalities", -exposing different functions over different physical transports.