Interface ListenerApi

All Known Implementing Classes:
AgrListenerController

public interface ListenerApi
Interface handling operations for Agreement's and Agreement Specification's events.
Since:
2302
  • 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 body)
    • 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 body)
    • 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 body)
    • 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 body)
    • 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 body)
    • 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 body)
    • 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 body)
    • 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 body)