All Known Implementing Classes:
BaListenerController

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

    • listenToBillingAccountAttributeValueChangeEvent

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

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