Interface ListenerApi

All Known Implementing Classes:
AgrListenerController

@Generated(value="de.hybris.platform.agreementtmfwebservices.swagger.AgreementsCodegen", date="2022-10-21T20:35:12.178Z") @Validated @RequestMapping("") public interface ListenerApi
  • Method Details

    • listenToAgreementAttributeValueChangeEvent

      @RequestMapping(value="/listener/agreementAttributeValueChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementAttributeValueChangeEvent(@Valid @RequestBody @Valid AgreementAttributeValueChangeEvent data)
    • listenToAgreementCreateEvent

      @RequestMapping(value="/listener/agreementCreateEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementCreateEvent(@Valid @RequestBody @Valid AgreementCreateEvent data)
    • listenToAgreementDeleteEvent

      @RequestMapping(value="/listener/agreementDeleteEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementDeleteEvent(@Valid @RequestBody @Valid AgreementDeleteEvent data)
    • listenToAgreementSpecificationAttributeValueChangeEvent

      @RequestMapping(value="/listener/agreementSpecificationAttributeValueChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementSpecificationAttributeValueChangeEvent(@Valid @RequestBody @Valid AgreementSpecificationAttributeValueChangeEvent data)
    • listenToAgreementSpecificationCreateEvent

      @RequestMapping(value="/listener/agreementSpecificationCreateEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementSpecificationCreateEvent(@Valid @RequestBody @Valid AgreementSpecificationCreateEvent data)
    • listenToAgreementSpecificationDeleteEvent

      @RequestMapping(value="/listener/agreementSpecificationDeleteEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementSpecificationDeleteEvent(@Valid @RequestBody @Valid AgreementSpecificationDeleteEvent data)
    • listenToAgreementSpecificationStateChangeEvent

      @RequestMapping(value="/listener/agreementSpecificationStateChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementSpecificationStateChangeEvent(@Valid @RequestBody @Valid AgreementSpecificationStateChangeEvent data)
    • listenToAgreementStateChangeEvent

      @RequestMapping(value="/listener/agreementStateChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementStateChangeEvent(@Valid @RequestBody @Valid AgreementStateChangeEvent data)