| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.adapters | |
| org.cloudfoundry.client.lib.domain | |
| org.cloudfoundry.client.lib.rest |
| Modifier and Type | Method and Description |
|---|---|
List<CloudEvent> |
CloudControllerClientImpl.getApplicationEvents(String applicationName) |
List<CloudEvent> |
CloudControllerClient.getApplicationEvents(String applicationName)
Get application events.
|
List<CloudEvent> |
CloudControllerClientImpl.getEvents() |
List<CloudEvent> |
CloudControllerClient.getEvents()
Get system events.
|
| Modifier and Type | Method and Description |
|---|---|
CloudEvent |
RawCloudEvent.derive() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCloudEvent
Immutable implementation of
CloudEvent. |
| Modifier and Type | Method and Description |
|---|---|
default CloudEvent |
CloudEvent.derive() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCloudEvent |
ImmutableCloudEvent.copyOf(CloudEvent instance)
Creates an immutable copy of a
CloudEvent value. |
ImmutableCloudEvent.Builder |
ImmutableCloudEvent.Builder.from(CloudEvent instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.domain.CloudEvent instance. |
| Modifier and Type | Method and Description |
|---|---|
List<CloudEvent> |
CloudControllerRestClient.getApplicationEvents(String applicationName) |
List<CloudEvent> |
CloudControllerRestClientImpl.getApplicationEvents(String applicationName) |
List<CloudEvent> |
CloudControllerRestClient.getApplicationEvents(UUID applicationGuid) |
List<CloudEvent> |
CloudControllerRestClientImpl.getApplicationEvents(UUID applicationGuid) |
List<CloudEvent> |
CloudControllerRestClient.getEvents() |
List<CloudEvent> |
CloudControllerRestClientImpl.getEvents() |
Copyright © 2020 SAP SE. All rights reserved.