Interface AccountUserManuallyCreatedProducer


public interface AccountUserManuallyCreatedProducer
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 user has been manually created by another account user, as opposed to being created by the system itself through the account invite flow.
Since:
Customer Services 2.1.0, Release Train 2.3.0
Author:
Sunny Yu
  • Field Details

  • Method Details

    • accountUserManuallyCreatedOutputCustomer

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