MessagingServiceFrontEndDTO: {
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    eventManagementAgentId?: string;
    eventMeshId?: string;
    id?: string;
    messagingServiceConnections?: MessagingServiceConnection[];
    messagingServiceType?: MessagingServiceFrontEndDTO.messagingServiceType;
    name?: string;
    runtimeAgentId?: string;
    schemaRegistriesToCreate?: SchemaRegistry[];
    schemaRegistriesToDissociate?: string[];
    schemaRegistriesToUpdate?: SchemaRegistry[];
    solaceCloudMessagingServiceId?: string;
    type?: string;
    updatedTime?: string;
}

Type declaration

  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional eventManagementAgentId?: string
  • Optional eventMeshId?: string

    The eventMeshId associated to the messaging service.

  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional messagingServiceConnections?: MessagingServiceConnection[]
  • Optional messagingServiceType?: MessagingServiceFrontEndDTO.messagingServiceType

    The type of the messaging service.

  • Optional name?: string

    The name of the messaging service.

  • Optional runtimeAgentId?: string

    The runtimeAgentId associated to the messaging service.

  • Optional schemaRegistriesToCreate?: SchemaRegistry[]
  • Optional schemaRegistriesToDissociate?: string[]
  • Optional schemaRegistriesToUpdate?: SchemaRegistry[]
  • Optional solaceCloudMessagingServiceId?: string

    The solaceCloudMessagingServiceId associated to the messaging service.

  • Optional Readonly type?: string
  • Optional Readonly updatedTime?: string