Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudEvent
-
Packages that use CloudEvent Package Description com.sap.cloudfoundry.client.facade com.sap.cloudfoundry.client.facade.adapters com.sap.cloudfoundry.client.facade.domain com.sap.cloudfoundry.client.facade.rest -
-
Uses of CloudEvent in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return types with arguments of type CloudEvent Modifier and Type Method Description List<CloudEvent>CloudControllerClient. getApplicationEvents(String applicationName)Get application events.List<CloudEvent>CloudControllerClientImpl. getApplicationEvents(String applicationName)List<CloudEvent>CloudControllerClient. getEvents()Get system events.List<CloudEvent>CloudControllerClientImpl. getEvents()List<CloudEvent>CloudControllerClient. getEventsByActee(UUID uuid)List<CloudEvent>CloudControllerClientImpl. getEventsByActee(UUID uuid) -
Uses of CloudEvent in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return CloudEvent Modifier and Type Method Description CloudEventRawCloudEvent. derive() -
Uses of CloudEvent in com.sap.cloudfoundry.client.facade.domain
Subclasses of CloudEvent in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableCloudEventImmutable implementation ofCloudEvent.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudEvent Modifier and Type Method Description CloudEventCloudEvent. derive()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudEvent Modifier and Type Method Description static ImmutableCloudEventImmutableCloudEvent. copyOf(CloudEvent instance)Creates an immutable copy of aCloudEventvalue.ImmutableCloudEvent.BuilderImmutableCloudEvent.Builder. from(CloudEvent instance)Fill a builder with attribute values from the providedcom.sap.cloudfoundry.client.facade.domain.CloudEventinstance. -
Uses of CloudEvent in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return types with arguments of type CloudEvent Modifier and Type Method Description List<CloudEvent>CloudControllerRestClient. getApplicationEvents(String applicationName)List<CloudEvent>CloudControllerRestClientImpl. getApplicationEvents(String applicationName)List<CloudEvent>CloudControllerRestClient. getEvents()List<CloudEvent>CloudControllerRestClientImpl. getEvents()List<CloudEvent>CloudControllerRestClient. getEventsByActee(UUID uuid)List<CloudEvent>CloudControllerRestClientImpl. getEventsByActee(UUID uuid)
-