Pull request #244: Added fix with quotation signs for all VDLM Custom Services
Merge in OPAPM/cd_e2e_monitoring_config from CD_VDLM-custom-services-fix to master * commit '81984f9e8a3dda6f3100dc4e194e0b4327a89cba': Added fix with quotation signs for all VDLM Custom ServicesCD_GGPS
commit
7ba69ab899
|
|
@ -5,6 +5,6 @@ customService1:
|
|||
- name: myJOYNRService
|
||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
||||
- methodName: exampleJoynrMethod
|
||||
- methodArgs: java.lang.Byte[],java.lang.String
|
||||
- methodArgs: java.lang.Byte[]","java.lang.String
|
||||
- returnType: void
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -5,6 +5,6 @@ customService1:
|
|||
- name: myJOYNRService
|
||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
||||
- methodName: exampleJoynrMethod
|
||||
- methodArgs: java.lang.Byte[],java.lang.String
|
||||
- methodArgs: java.lang.Byte[]","java.lang.String
|
||||
- returnType: void
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -11,11 +11,11 @@ customService1:
|
|||
- name: "ifs-007 (JOYNR) requestDiagResult/notifyDiagResult - IN/OUT"
|
||||
- className1: com.bmw.cc.ts.diagservice.joynr.consumer.boundary.DiagServiceV1Consumer
|
||||
- methodName1: requestDiagResult
|
||||
- methodArgs1: com.bmw.cc.ts.diagservice.joynr.consumer.entity.RequestPdmResultData,boolean,int
|
||||
- methodArgs1: com.bmw.cc.ts.diagservice.joynr.consumer.entity.RequestPdmResultData","boolean","int
|
||||
- returnType1: void
|
||||
- className2: com.bmw.cc.ts.diagservice.joynr.consumer.boundary.DiagServiceBackendServiceInterface
|
||||
- methodName2: notifyDiagResult
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,java.lang.String,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","java.lang.String","joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- returnType2: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -23,11 +23,11 @@ customService2:
|
|||
- name: "ifs-007 (JOYNR) requestPdmResult/notifyPdmResult - IN/OUT"
|
||||
- className1: com.bmw.cc.ts.diagservice.joynr.consumer.boundary.DiagServiceV1Consumer
|
||||
- methodName1: requestPdmResult
|
||||
- methodArgs1: com.bmw.cc.ts.diagservice.joynr.consumer.entity.RequestPdmResultData,boolean,int
|
||||
- methodArgs1: com.bmw.cc.ts.diagservice.joynr.consumer.entity.RequestPdmResultData","boolean","int
|
||||
- returnType1: void
|
||||
- className2: com.bmw.cc.ts.diagservice.joynr.consumer.boundary.DiagServiceBackendServiceInterface
|
||||
- methodName2: notifyPdmResultStatus
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.AppInfo,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.TeleserviceInfo,java.lang.String,java.lang.String,java.lang.String,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.AppInfo","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.TeleserviceInfo","java.lang.String","java.lang.String","java.lang.String","joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- returnType2: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -79,6 +79,6 @@ customService7:
|
|||
- name: "(SNS) QuitDiagnosis - OUT"
|
||||
- className: com.bmw.cc.ts.diagservice.bm.diagnosis.integration.sqs.boundary.DiagnosisEventNotificationESI
|
||||
- methodName: quitDiagnosis
|
||||
- methodArgs: com.bmw.cc.ts.diagservice.api.consumer.entity.QuitDiagnosisMessage,com.bmw.cc.ts.diagservice.bm.diagnosis.integration.sqs.boundary.model.DiagSnsMessageAttributes
|
||||
- methodArgs: com.bmw.cc.ts.diagservice.api.consumer.entity.QuitDiagnosisMessage","com.bmw.cc.ts.diagservice.bm.diagnosis.integration.sqs.boundary.model.DiagSnsMessageAttributes
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -6,10 +6,10 @@ customService1:
|
|||
- className1: com.bmw.cc.ts.esh.integration.jms.sh.v1.boundary.ShResponseSenderESI
|
||||
- methodName11: sendServiceHistoryState
|
||||
- returnType11: void
|
||||
- methodArgs11: com.bmw.cc.ts.esh.bm.model.ShRequestVO,com.bmw.cc.ts.esh.bm.enums.ShNotificationCode
|
||||
- methodArgs11: com.bmw.cc.ts.esh.bm.model.ShRequestVO","com.bmw.cc.ts.esh.bm.enums.ShNotificationCode
|
||||
- methodName12: sendServiceHistoryStateDirectly
|
||||
- returnType12: void
|
||||
- methodArgs12: com.bmw.cc.ts.esh.bm.model.SendMaintenanceHistoryLP2VO,com.bmw.cc.ts.esh.bm.enums.ShNotificationCode,java.lang.String
|
||||
- methodArgs12: com.bmw.cc.ts.esh.bm.model.SendMaintenanceHistoryLP2VO","com.bmw.cc.ts.esh.bm.enums.ShNotificationCode","java.lang.String
|
||||
- className2: com.bmw.cc.ts.esh.api.jms.ShMF
|
||||
- methodName2: onMessage
|
||||
- returnType2: void
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ customService1:
|
|||
- name: "ifs-003 (SQS) odfUpdateStatus - IN"
|
||||
- className: com.bmw.cc.patchcampaign.integration.wlmanager.sqs.boundary.WhitelistUpdateSqsListenerMF
|
||||
- methodName: onWhitelistUpdateNotification
|
||||
- methodArgs: java.lang.String,java.lang.String,java.lang.String
|
||||
- methodArgs: java.lang.String","java.lang.String","java.lang.String
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -5,6 +5,6 @@ customService1:
|
|||
- name: myJOYNRService
|
||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
||||
- methodName: exampleJoynrMethod
|
||||
- methodArgs: java.lang.Byte[],java.lang.String
|
||||
- methodArgs: java.lang.Byte[]","java.lang.String
|
||||
- returnType: void
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -5,10 +5,10 @@ customService1:
|
|||
- name: "ifs-003 (JOYNR) triggerPdmContainerUpdate/notifyPdmContainerStatus - IN/OUT"
|
||||
- className1: com.bmw.cc.ts.pdmupdater.bm.control.PDMContainerUpdater
|
||||
- methodName1: triggerPDMContainerUpdate
|
||||
- methodArgs1: com.bmw.cc.ts.pdmupdater.bm.entity.persistent.PdmData,long
|
||||
- methodArgs1: com.bmw.cc.ts.pdmupdater.bm.entity.persistent.PdmData","long
|
||||
- returnType1: void
|
||||
- className2: com.bmw.cc.ts.pdmupdater.joynr.consumer.boundary.PDMUpdaterBackendServiceInterface
|
||||
- methodName2: notifyPdmContainerStatus
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.VehicleInfo,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.AppInfo,java.lang.String,java.lang.String,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.VehicleInfo","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.AppInfo","java.lang.String","java.lang.String","joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- returnType2: void
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -7,7 +7,7 @@ customService1:
|
|||
- name: "ifs-002 (JOYNR) notifyRSUStatus - IN"
|
||||
- className: com.bmw.cc.ts.rsurservice.joynr.consumer.boundary.RSURServiceBackendServiceInterface
|
||||
- methodName: notifyRSUStatus
|
||||
- methodArgs: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,java.lang.Long,java.lang.String,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.RsuTriggerType,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.ExtPosition,java.lang.String,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- methodArgs: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","java.lang.Long","java.lang.String","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.RsuTriggerType","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.ExtPosition","java.lang.String","joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ customService2:
|
|||
- name: "ifs-004 (SQS) QuitDiagnosisMessage - IN"
|
||||
- className: com.bmw.cc.ts.rsurservice.api.consumer.external.diagservice.QuitDiagnosisSqsListener
|
||||
- methodName: processMessage
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext","software.amazon.awssdk.services.sqs.model.Message
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ customService1:
|
|||
- name: "ifs-010 (SQS) RtcadCallTopic - IN"
|
||||
- className: com.bmw.cc.ts.rtcad.integration.aws.CallTopicSqsListener
|
||||
- methodName: processMessage
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext","software.amazon.awssdk.services.sqs.model.Message
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -19,5 +19,5 @@ customService2:
|
|||
- className2: com.bmw.cc.ts.rtcad.bm.control.RTCPDMServiceBA
|
||||
- methodName2: pdmResultProcessed
|
||||
- returnType2: void
|
||||
- methodArgs2: java.lang.String,java.lang.String,com.bmw.cc.ts.rtcad.bm.dto.RTCKeyData,java.lang.String,java.lang.String
|
||||
- methodArgs2: java.lang.String","java.lang.String","com.bmw.cc.ts.rtcad.bm.dto.RTCKeyData","java.lang.String","java.lang.String
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -10,11 +10,11 @@ customService1:
|
|||
- name: "ifs-010 (SQS) RtcTeleXIn/Out - IN/OUT"
|
||||
- className1: com.bmw.cc.ts.rtchandler.bm.message.MessageServiceRTCBF
|
||||
- methodName1: processMessage
|
||||
- methodArgs1: java.lang.String,java.util.Map,com.bmw.cc.ts.rtchandler.bm.common.util.RequestContext
|
||||
- methodArgs1: java.lang.String","java.util.Map","com.bmw.cc.ts.rtchandler.bm.common.util.RequestContext
|
||||
- returnType1: void
|
||||
- className2: com.bmw.cc.ts.rtchandler.integration.tsmb.boundary.TeleXSqsESI
|
||||
- methodName2: sendMessage
|
||||
- methodArgs2: java.lang.String,java.util.Map,com.bmw.cc.ts.rtchandler.bm.common.util.RequestContext
|
||||
- methodArgs2: java.lang.String","java.util.Map","com.bmw.cc.ts.rtchandler.bm.common.util.RequestContext
|
||||
- returnType2: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -22,11 +22,11 @@ customService2:
|
|||
- name: "ifs-008 (SQS) NgtpRtcHandlerIn/Out - IN/OUT"
|
||||
- className1: com.bmw.cc.ts.rtchandler.api.ngtp.v1.boundary.NgtpSqsListener
|
||||
- methodName1: processMessage
|
||||
- methodArgs1: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||
- methodArgs1: com.bmw.cd.logging.CdllLoggingContext","software.amazon.awssdk.services.sqs.model.Message
|
||||
- returnType1: void
|
||||
- className2: com.bmw.cc.ts.rtchandler.integration.ngtp.v1.boundary.NgtpSqsESI
|
||||
- methodName2: sendMessage
|
||||
- methodArgs2: java.lang.String,java.lang.String,com.bmw.cc.ts.rtchandler.bm.diag.entity.RTCTriggerType
|
||||
- methodArgs2: java.lang.String","java.lang.String","com.bmw.cc.ts.rtchandler.bm.diag.entity.RTCTriggerType
|
||||
- returnType2: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -57,5 +57,5 @@ customService6:
|
|||
- className: com.bmw.cc.ts.rtchandler.integration.callstorage.CallStorageNotificationESI
|
||||
- methodName: publishNotification
|
||||
- returnType: void
|
||||
- methodArgs: java.lang.String,java.util.Map
|
||||
- methodArgs: java.lang.String","java.util.Map
|
||||
- skipDeployment: "false"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ customService1:
|
|||
- returnType1: void
|
||||
- className2: com.bmw.cc.ts.rtcservice.joynr.consumer.boundary.RTCBackendServiceInterface
|
||||
- methodName2: notifyKeyData
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.TeleserviceInfo,java.lang.String,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.TeleserviceInfo","java.lang.String","joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- returnType2: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ customService2:
|
|||
- name: "ifs-004 (SQS) QuitDiagnosisMessage - IN"
|
||||
- className: com.bmw.cc.ts.rtcservice.api.consumer.external.diagservice.QuitDiagnosisSqsListener
|
||||
- methodName: processMessage
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext","software.amazon.awssdk.services.sqs.model.Message
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ customService1:
|
|||
- name: "ifs-002 (JOYNR) requestMaintenanceStatus/confirmMaintenanceStatus - OUT"
|
||||
- className: com.bmw.cc.ts.scallservice.joynr.consumer.boundary.SCallServiceV1Consumer
|
||||
- methodName1: confirmMaintenanceStatus
|
||||
- methodArgs1: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- methodArgs1: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- returnType1: void
|
||||
- methodName2: requestMaintenanceStatus
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ customService1:
|
|||
- name: "ifs-004 (SQS) ServiceDemand - IN"
|
||||
- className1: com.bmw.cc.seam.api.servicedemandevent.v1.boundary.ServiceDemandEventMDB
|
||||
- methodName1: listen
|
||||
- methodArgs1: java.lang.String,java.util.Map,org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- methodArgs1: java.lang.String","java.util.Map","org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- returnType1: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ customService2:
|
|||
- name: "ifs-005 (SQS) ServiceAppointment - IN"
|
||||
- className1: com.bmw.cc.seam.api.appointment.v1.boundary.AppointmentListenerMDB
|
||||
- methodName1: listen
|
||||
- methodArgs1: java.lang.String,java.util.Map
|
||||
- methodArgs1: java.lang.String","java.util.Map
|
||||
- returnType1: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ customService3:
|
|||
- name: "ifs-003 (SQS) ServiceNotificationFeedback - IN"
|
||||
- className1: com.bmw.cc.seam.api.notificationfeedback.v1.boundary.ServiceNotificationFeedbackListenerMDB
|
||||
- methodName1: listen
|
||||
- methodArgs1: java.lang.String,java.util.Map,org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- methodArgs1: java.lang.String","java.util.Map","org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- returnType1: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ customService4:
|
|||
- name: "ifs (SQS) ServiceNotification - OUT"
|
||||
- className1: com.bmw.cc.seam.integration.notificationservice.boundary.ServiceNotificationESI
|
||||
- methodName1: send
|
||||
- methodArgs1: com.bmw.cc.seam.integration.notificationservice.entity.ServiceNotification,java.lang.String
|
||||
- methodArgs1: com.bmw.cc.seam.integration.notificationservice.entity.ServiceNotification","java.lang.String
|
||||
- returnType1: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ customService5:
|
|||
- name: "cdh: ifs-001 (Kinesis) Reporting - OUT"
|
||||
- className: com.bmw.cc.seam.integration.datalake.boundary.DataLakeESI
|
||||
- methodName1: sendAsync
|
||||
- methodArgs1: java.lang.String,java.lang.String
|
||||
- methodArgs1: java.lang.String","java.lang.String
|
||||
- returnType1: void
|
||||
- methodName2: sendSync
|
||||
- methodArgs2: java.lang.String
|
||||
|
|
|
|||
|
|
@ -19,11 +19,11 @@ customService2:
|
|||
- className1: com.bmw.cc.asc.integration.sqs.boundary.TeleXSqsListener
|
||||
- methodName1: onSqsMessage
|
||||
- returnType1: void
|
||||
- methodArgs1: java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String
|
||||
- methodArgs1: java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String
|
||||
- className2: com.bmw.cc.asc.integration.sqs.boundary.TeleXSqsESI
|
||||
- methodName2: send
|
||||
- returnType2: void
|
||||
- methodArgs2: java.lang.String,java.util.Map
|
||||
- methodArgs2: java.lang.String","java.util.Map
|
||||
- skipDeployment: "false"
|
||||
|
||||
customService3:
|
||||
|
|
@ -31,7 +31,7 @@ customService3:
|
|||
- className: com.bmw.cc.asc.integration.jms.boundry.CallTopicJmsESI
|
||||
- methodName: send
|
||||
- returnType: void
|
||||
- methodArgs: java.lang.String,com.bmw.cc.tscs.enums.CallState,com.bmw.cc.asc.bm.entity.Call
|
||||
- methodArgs: java.lang.String","com.bmw.cc.tscs.enums.CallState","com.bmw.cc.asc.bm.entity.Call
|
||||
- skipDeployment: "false"
|
||||
|
||||
customService4:
|
||||
|
|
@ -39,5 +39,5 @@ customService4:
|
|||
- className: com.bmw.cc.asc.integration.sns.CallTopicSnsESI
|
||||
- methodName: send
|
||||
- returnType: void
|
||||
- methodArgs: java.lang.String,com.bmw.cc.tscs.enums.CallState,com.bmw.cc.asc.bm.entity.Call
|
||||
- methodArgs: java.lang.String","com.bmw.cc.tscs.enums.CallState","com.bmw.cc.asc.bm.entity.Call
|
||||
- skipDeployment: "false"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ customService1:
|
|||
- name: "ifs-001 (SQS) ServiceNotificationBaseFfs - IN"
|
||||
- className: com.bmw.cc.tsbaseffs.api.seam.boundary.SeamNotificationSqsListenerMF
|
||||
- methodName: onNotification
|
||||
- methodArgs: java.lang.String,java.util.Map
|
||||
- methodArgs: java.lang.String","java.util.Map
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ customService1:
|
|||
- name: "ifs-001 (SQS) BCallIn/Out - IN/OUT"
|
||||
- className1: com.bmw.cc.tsbcallhandler.integration.sqs.boundary.TeleXSqsListenerMF
|
||||
- methodName1: onTeleXMessage
|
||||
- methodArgs1: java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String
|
||||
- methodArgs1: java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String","java.lang.String
|
||||
- returnType1: void
|
||||
- className2: com.bmw.cc.tsbcallhandler.integration.sqs.boundary.TeleXSqsESI
|
||||
- methodName2: send
|
||||
- methodArgs2: java.lang.String,java.util.Map
|
||||
- methodArgs2: java.lang.String","java.util.Map
|
||||
- returnType2: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -32,5 +32,5 @@ customService3:
|
|||
- className: com.bmw.cc.tsbcallhandler.integration.jms.boundary.CallTopicJmsESI
|
||||
- methodName: send
|
||||
- returnType: void
|
||||
- methodArgs: java.lang.String,com.bmw.cc.tscs.enums.CallState,com.bmw.cc.tscs.enums.CallType,com.bmw.cc.tsbcallhandler.bm.entity.BCall
|
||||
- methodArgs: java.lang.String","com.bmw.cc.tscs.enums.CallState","com.bmw.cc.tscs.enums.CallType","com.bmw.cc.tsbcallhandler.bm.entity.BCall
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -9,7 +9,7 @@ customService1:
|
|||
- className: com.bmw.cc.tsccmdi.api.identifier.sqs.CallTopicConsumer
|
||||
- methodName: receiveMessage
|
||||
- returnType: void
|
||||
- methodArgs: java.util.Map,java.lang.String,org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- methodArgs: java.util.Map","java.lang.String","org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- skipDeployment: "false"
|
||||
|
||||
customService2:
|
||||
|
|
@ -17,7 +17,7 @@ customService2:
|
|||
- className: com.bmw.cc.tsccmdi.api.identifier.sqs.FdlGateKeyConsumer
|
||||
- methodName: receiveMessage
|
||||
- returnType: void
|
||||
- methodArgs: java.util.Map,java.lang.String
|
||||
- methodArgs: java.util.Map","java.lang.String
|
||||
- skipDeployment: "false"
|
||||
|
||||
customService3:
|
||||
|
|
@ -25,7 +25,7 @@ customService3:
|
|||
- className: com.bmw.cc.tsccmdi.api.publisher.CcmLeadConsumer
|
||||
- methodName: receive
|
||||
- returnType: void
|
||||
- methodArgs: java.util.Map,com.bmw.cc.tsccmdi.domain.model.CcmLead
|
||||
- methodArgs: java.util.Map","com.bmw.cc.tsccmdi.domain.model.CcmLead
|
||||
- skipDeployment: "false"
|
||||
|
||||
customService4:
|
||||
|
|
@ -33,5 +33,5 @@ customService4:
|
|||
- className: com.bmw.cc.tsccmdi.api.identifier.kinesis.VehicleShadowCcmEventConsumer
|
||||
- methodName: processRecords
|
||||
- returnType: void
|
||||
- methodArgs: java.util.List,com.amazonaws.services.kinesis.clientlibrary.interfaces.IRecordProcessorCheckpointer
|
||||
- methodArgs: java.util.List","com.amazonaws.services.kinesis.clientlibrary.interfaces.IRecordProcessorCheckpointer
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -6,7 +6,7 @@ customService1:
|
|||
- name: "ifs-003 (SQS) ServiceNotificationTSPFFS - IN"
|
||||
- className: com.bmw.cc.tspffs.api.seam.boundary.SeamNotificationSqsListenerMF
|
||||
- methodName: onNotification
|
||||
- methodArgs: java.lang.String,java.util.Map
|
||||
- methodArgs: java.lang.String","java.util.Map
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ customService1:
|
|||
- name: "ifs-003 (SQS) TyrediLambdaIn - IN"
|
||||
- className: com.bmw.cc.tstyredi.api.lambda.v1.boundary.LambdaQueueListenerMDB
|
||||
- methodName: listen
|
||||
- methodArgs: java.lang.String,java.util.Map,org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- methodArgs: java.lang.String","java.util.Map","org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -23,6 +23,6 @@ customService3:
|
|||
- name: "(Lambda) TyreData - OUT"
|
||||
- className: com.bmw.cc.tstyredi.integration.lambda.control.lambda.LambdaESI
|
||||
- methodName: invokeLambdaFunction
|
||||
- methodArgs: java.lang.String,java.lang.String,java.lang.String
|
||||
- methodArgs: java.lang.String","java.lang.String","java.lang.String
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ customService1:
|
|||
- name: "ifs-001 (SQS) TyrewfStatisticsIn - IN"
|
||||
- className: com.bmw.cc.tstyrewf.api.statistic.v1.boundary.StatisticQueueListenerMDB
|
||||
- methodName: listen
|
||||
- methodArgs: java.lang.String,java.util.Map,org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- methodArgs: java.lang.String","java.util.Map","org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ customService2:
|
|||
- name: "ifs-002 (SQS) TyrewfTimberIn - IN"
|
||||
- className: com.bmw.cc.tstyrewf.api.timber.v1.boundary.TimberQueueListenerMDB
|
||||
- methodName: listen
|
||||
- methodArgs: java.lang.String,java.util.Map,org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- methodArgs: java.lang.String","java.util.Map","org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ customService2:
|
|||
- name: "ifs-003 (SQS) TyrewtLambdaIn - IN"
|
||||
- className: com.bmw.cc.tstyrewt.api.lambda.v1.boundary.LambdaQueueListenerMDB
|
||||
- methodName: listen
|
||||
- methodArgs: java.lang.String,java.util.Map,org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- methodArgs: java.lang.String","java.util.Map","org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -24,11 +24,11 @@ customService3:
|
|||
- name: "ifs-002 (SQS) TyrewtMessageBuffer - IN/OUT"
|
||||
- className1: com.bmw.cc.tstyrewt.api.buffer.v1.boundary.MessageBufferQueueListenerMDB
|
||||
- methodName1: listen
|
||||
- methodArgs1: java.lang.String,java.util.Map,org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- methodArgs1: java.lang.String","java.util.Map","org.springframework.cloud.aws.messaging.listener.Acknowledgment
|
||||
- returnType1: void
|
||||
- className2: com.bmw.cc.tstyrewt.integration.buffer.boundary.MessageBufferQueueESI
|
||||
- methodName2: sendMessageToBufferQueue
|
||||
- methodArgs2: java.lang.String,com.bmw.cc.tstyrewt.integration.buffer.entity.MessageType
|
||||
- methodArgs2: java.lang.String","com.bmw.cc.tstyrewt.integration.buffer.entity.MessageType
|
||||
- returnType2: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ customService1:
|
|||
- name: "ifs-005 (JOYNR) notify/confirmBatteryStatus - IN/OUT"
|
||||
- className1: com.bmw.cc.ts.tsbgservice.api.joynr.v1.boundary.TeleserviceTSBGBackendProviderBF
|
||||
- methodName1: notifyBatteryStatus
|
||||
- methodArgs1: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.VehicleInfo,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.AppInfo,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.TeleserviceInfo,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.BatteryCall[],joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- methodArgs1: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.VehicleInfo","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.AppInfo","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.TeleserviceInfo","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.BatteryCall[]","joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- returnType1: io.joynr.provider.Promise
|
||||
- className2: com.bmw.cc.ts.tsbgservice.api.joynr.v1.boundary.TeleserviceTSBGBackendProviderBF
|
||||
- methodName2: confirmBatteryStatus
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode,long,java.lang.String
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode","long","java.lang.String
|
||||
- returnType2: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@ customService1:
|
|||
- className: com.bmw.cc.tscs.integration.aws.CallTopicSqsListener
|
||||
- methodName: processMessage
|
||||
- returnType: void
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext","software.amazon.awssdk.services.sqs.model.Message
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -8,7 +8,7 @@ customService1:
|
|||
- name: "ifs-006 (SQS) TsddCallTopic - IN"
|
||||
- className: com.bmw.cc.ts.datadispatch.integration.aws.CallTopicSqsListener
|
||||
- methodName: processMessage
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext","software.amazon.awssdk.services.sqs.model.Message
|
||||
- returnType: void
|
||||
|
||||
customService2:
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ customService5:
|
|||
- name: "ifs-009 (SQS) QuitDiagnosisMessage - IN"
|
||||
- className: com.bmw.cc.ts.tsrd.bm.remotediagnosis.boundary.DiagServiceSqsListener
|
||||
- methodName: processMessage
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext","software.amazon.awssdk.services.sqs.model.Message
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ customService1:
|
|||
- name: "ifs-015 (SQS) AppointmentInformation - IN"
|
||||
- className: com.bmw.tssb.tickets.client.appointmentinformation.AppointmentInformationMF
|
||||
- methodName: processMessage
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext","software.amazon.awssdk.services.sqs.model.Message
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ customService2:
|
|||
- name: "ifs-013 (SQS) ServiceNotificationDealer - IN"
|
||||
- className: com.bmw.tssb.tickets.client.servicenotification.DealerServiceNotificationMF
|
||||
- methodName: processMessage
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext","software.amazon.awssdk.services.sqs.model.Message
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -23,6 +23,6 @@ customService3:
|
|||
- name: "ifs-014 (SQS) ServiceNotificationThirdParty - IN"
|
||||
- className: com.bmw.tssb.tickets.client.servicenotification.ThirdPartyServiceNotificationMF
|
||||
- methodName: processMessage
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext,software.amazon.awssdk.services.sqs.model.Message
|
||||
- methodArgs: com.bmw.cd.logging.CdllLoggingContext","software.amazon.awssdk.services.sqs.model.Message
|
||||
- returnType: void
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -5,6 +5,6 @@ customService1:
|
|||
- name: myJOYNRService
|
||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
||||
- methodName: exampleJoynrMethod
|
||||
- methodArgs: java.lang.Byte[],java.lang.String
|
||||
- methodArgs: java.lang.Byte[]","java.lang.String
|
||||
- returnType: void
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -7,7 +7,7 @@ customService1:
|
|||
- name: "ifs-003 (JOYNR) triggerWhitelistUpdate/notifyWhitelistStatus - IN/OUT"
|
||||
- className1: com.bmw.cc.ts.wlupdater.bm.control.WhitelistUpdateTriggerBA
|
||||
- methodName1: triggerWhitelistUpdate
|
||||
- methodArgs1: com.bmw.cc.ts.wlupdater.bm.entity.persistent.WLData,long
|
||||
- methodArgs1: com.bmw.cc.ts.wlupdater.bm.entity.persistent.WLData","long
|
||||
- returnType1: void
|
||||
- className2: com.bmw.cc.ts.wlupdater.bm.boundary.WhitelistUpdaterBF
|
||||
- methodName2: notifyWhitelistStatus
|
||||
|
|
@ -19,11 +19,11 @@ customService2:
|
|||
- name: "ifs-003 (JOYNR) triggerStandardOdfUpdate/notifyOdfStatus - IN/OUT"
|
||||
- className1: com.bmw.cc.ts.wlupdater.bm.control.WhitelistUpdateTriggerBA
|
||||
- methodName1: triggerWhitelistUpdate
|
||||
- methodArgs1: com.bmw.cc.ts.wlupdater.bm.entity.persistent.WLData,long
|
||||
- methodArgs1: com.bmw.cc.ts.wlupdater.bm.entity.persistent.WLData","long
|
||||
- returnType1: void
|
||||
- className2: com.bmw.cc.ts.wlupdater.joynr.consumer.boundary.OdfVehicle2BackendService
|
||||
- methodName2: notifyOdfStatus
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.VehicleInfo,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.AppInfo,java.lang.String,java.lang.String,joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.VehicleInfo","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.AppInfo","java.lang.String","java.lang.String","joynr.de.bmw.infotainment.telematic.common.CommonTypes.ResultCode
|
||||
- returnType2: void
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
|
@ -31,11 +31,11 @@ customService3:
|
|||
- name: "ifs-003 (JOYNR) start/stop/notifyTemporaryOdfStatus - INT/OUT"
|
||||
- className1: com.bmw.cc.ts.wlupdater.joynr.consumer.boundary.WLUpdaterV1Consumer
|
||||
- methodName1: startTemporaryOdfSession
|
||||
- methodArgs1: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,java.lang.String,joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.TemporaryOdfSignature,java.lang.String,java.lang.String
|
||||
- methodArgs1: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","java.lang.String","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.TemporaryOdfSignature","java.lang.String","java.lang.String
|
||||
- returnType1: boolean
|
||||
- className2: com.bmw.cc.ts.wlupdater.joynr.consumer.boundary.WLUpdaterV1Consumer
|
||||
- methodName2: stopTemporaryOdfSession
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId,java.lang.String
|
||||
- methodArgs2: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","java.lang.String
|
||||
- returnType2: Boolean
|
||||
- className3: com.bmw.cc.ts.wlupdater.bm.boundary.WhitelistUpdaterBF
|
||||
- methodName3: notifyTemporaryOdfStatus
|
||||
|
|
|
|||
Loading…
Reference in New Issue