From 566cb6c5f55642da644f875374443ff398d74110 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 28 Jun 2017 20:09:25 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-bus.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/spring-cloud-bus.html b/spring-cloud-bus.html index deecbc9..72a9cf6 100644 --- a/spring-cloud-bus.html +++ b/spring-cloud-bus.html @@ -552,7 +552,7 @@ sent and all the acks from each service instance. Example (from the
-
{
+
{
   "timestamp": "2015-11-26T10:24:44.411+0000",
   "info": {
     "signal": "spring.cloud.bus.ack",
@@ -639,7 +639,7 @@ specified with @RemoteApplicationEventScan include subpackages.

-
package com.acme;
+
package com.acme;
 
 public class FooEvent extends RemoteApplicationEvent {
     ...
@@ -651,7 +651,7 @@ public class FooEvent extends RemoteApplicationEvent {
 
-
package com.acme;
+
package com.acme;
 
 @Configuration
 @RemoteApplicationEventScan
@@ -671,7 +671,7 @@ package of BusConfiguration.

-
package com.acme;
+
package com.acme;
 
 @Configuration
 //@RemoteApplicationEventScan({"com.acme", "foo.bar"})
@@ -692,5 +692,8 @@ packages to scan.

+ + + \ No newline at end of file