getCommandSecondLevelDataAdapter method
Inquiry method that can be used to read the second-level Data Adapter name configured through setCommandSecondLevelDataAdapter.
Lifecycle This method can be called at any time.
Throws IllegalStateException if the Subscription mode is not COMMAND
Returns the name of the second-level Data Adapter.
Implementation
String? getCommandSecondLevelDataAdapter() {
return _dataAdapter2;
}