File

C:/GoDev/src/TCSTK-Angular/projects/tibco-tcstk/tc-messaging-lib/src/lib/models/messaging-config.ts

Implements

Deserializable

Index

Properties
Methods

Properties

connections
Type : MessagingConnection[]
id
Type : string

Methods

deserialize
deserialize(input: any)
Parameters :
Name Type Optional
input any No
Returns : this
import {Deserializable} from '@tibco-tcstk/tc-core-lib';
import {MessagingConnection} from './messaging-connection';

export class MessagingConfig implements Deserializable {
  id: string;
  connections: MessagingConnection[];
  deserialize(input: any) {
    Object.assign(this, input);
    return this;
  }
}

result-matching ""

    No results matching ""