Interface AccountUserManuallyCreatedEventConsumer
public interface AccountUserManuallyCreatedEventConsumer
Spring cloud data channel description for messaging input. This channel is primarily responsible
for async IO related to being notified the that a new account user has been manually created by
another account user, as opposed to being created by the system itself through the account invite
flow.
- Author:
- Sunny Yu
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.SubscribableChannel
-
Field Details
-
CHANNEL
- See Also:
-
-
Method Details
-
accountUserManuallyCreatedInputAuth
@Input("accountUserManuallyCreatedInputAuth") org.springframework.messaging.SubscribableChannel accountUserManuallyCreatedInputAuth()
-