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, toString
public DataContextDataSourceInitializedEvent(DataSource source, String dataContextId)
DataContextDataSourceInitializedEvent
.source
- the source DataSource
dataContextId
- Data context id of the DataSourcepublic String getDataContextId()
Copyright © 2020 The Holon Platform. All rights reserved.