public class DataSourceCreatedEvent extends DataSourceEvent
source
Constructor and Description |
---|
DataSourceCreatedEvent(String tenantId,
DataSource dataSource)
Creates an event to report that the specified datasource was created for the specified tenant
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getDataSource
getCreationTime, getTenantId
getSource
public DataSourceCreatedEvent(@Nonnull String tenantId, @Nonnull DataSource dataSource)
tenantId
- ID of the tenant datasource was created fordataSource
- created datasource@Nonnull public String toString()
toString
in class EventObject
Copyright © 2019 SAP SE. All rights reserved.