EventingRuntimeData constructor
EventingRuntimeData({
- String? eventsListenerEndpoint,
- String? eventsListenerPscSa,
- EventingStatus? status,
Implementation
EventingRuntimeData({
this.eventsListenerEndpoint,
this.eventsListenerPscSa,
this.status,
});