| Package | Description |
|---|---|
| org.springframework.cloud.bus | |
| org.springframework.cloud.bus.event |
| Modifier and Type | Method and Description |
|---|---|
void |
BusConsumer.accept(RemoteApplicationEvent event) |
boolean |
PathServiceMatcher.isForSelf(RemoteApplicationEvent event) |
boolean |
ServiceMatcher.isForSelf(RemoteApplicationEvent event) |
boolean |
PathServiceMatcher.isFromSelf(RemoteApplicationEvent event) |
boolean |
ServiceMatcher.isFromSelf(RemoteApplicationEvent event) |
void |
RemoteApplicationEventListener.onApplicationEvent(RemoteApplicationEvent event) |
void |
StreamBusBridge.send(RemoteApplicationEvent event) |
void |
BusBridge.send(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,
Destination destination,
String ackDestinationService,
String ackId,
Class<? extends RemoteApplicationEvent> type) |
SentApplicationEvent(Object source,
String originService,
String destinationService,
String id,
Class<? extends RemoteApplicationEvent> type) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.