public class DataContextDataSourceInitializedEvent
extends org.springframework.context.ApplicationEvent
ApplicationEvent used internally to trigger DataSource initialization.| Constructor and Description |
|---|
DataContextDataSourceInitializedEvent(DataSource source,
String dataContextId)
Create a new
DataContextDataSourceInitializedEvent. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataContextId()
Gets the data context id of the DataSource
|
getSource, toStringpublic DataContextDataSourceInitializedEvent(DataSource source, String dataContextId)
DataContextDataSourceInitializedEvent.source - the source DataSourcedataContextId - Data context id of the DataSourcepublic String getDataContextId()
Copyright © 2019 The Holon Platform. All rights reserved.