| Package | Description |
|---|---|
| org.springframework.cloud.bus | |
| org.springframework.cloud.bus.event |
| Modifier and Type | Method and Description |
|---|---|
void |
BusAutoConfiguration.acceptLocal(RemoteApplicationEvent event) |
void |
BusAutoConfiguration.acceptRemote(RemoteApplicationEvent event) |
boolean |
ServiceMatcher.isForSelf(RemoteApplicationEvent event) |
boolean |
ServiceMatcher.isFromSelf(RemoteApplicationEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
AckRemoteApplicationEvent
An event that signals an ack of a specific
RemoteApplicationEvent. |
class |
EnvironmentChangeRemoteApplicationEvent |
class |
RefreshRemoteApplicationEvent |
class |
UnknownRemoteApplicationEvent |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends RemoteApplicationEvent> |
AckRemoteApplicationEvent.getEvent() |
Class<? extends RemoteApplicationEvent> |
SentApplicationEvent.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SentApplicationEvent.setType(Class<? extends RemoteApplicationEvent> type) |
| Constructor and Description |
|---|
AckRemoteApplicationEvent(Object source,
String originService,
String destinationService,
String ackDestinationService,
String ackId,
Class<? extends RemoteApplicationEvent> type) |
SentApplicationEvent(Object source,
String originService,
String destinationService,
String id,
Class<? extends RemoteApplicationEvent> type) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.