{
+{
"timestamp": "2015-11-26T10:24:44.411+0000",
"info": {
"signal": "spring.cloud.bus.ack",
@@ -639,7 +639,7 @@ specified with @RemoteApplicationEventScan include subpackages.
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.