Interface AccountMemberRestrictionChangeProducer


public interface AccountMemberRestrictionChangeProducer
Spring cloud data channel description for messaging output. This channel is primarily responsible for async IO related to notifying the Authentication Service that an account member has updated restrictions.
Since:
Customer Services 2.1.0, Release Train 2.3.0
Author:
karanjariwala
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.messaging.MessageChannel
     
  • Field Details

  • Method Details

    • accountMemberRestrictionChangeOutput

      @Output("accountMemberRestrictionChangeOutput") org.springframework.messaging.MessageChannel accountMemberRestrictionChangeOutput()