Interface Channel.DefinitionStages.WithMessageForActivation

All Known Subinterfaces:
Channel.Definition, Channel.DefinitionStages.WithCreate
Enclosing interface:
Channel.DefinitionStages

public static interface Channel.DefinitionStages.WithMessageForActivation
The stage of the Channel definition allowing to specify messageForActivation.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMessageForActivation(String messageForActivation)
    Specifies the messageForActivation property: Context or helpful message that can be used during the approval process by the subscriber..
  • Method Details

    • withMessageForActivation

      Channel.DefinitionStages.WithCreate withMessageForActivation(String messageForActivation)
      Specifies the messageForActivation property: Context or helpful message that can be used during the approval process by the subscriber..
      Parameters:
      messageForActivation - Context or helpful message that can be used during the approval process by the subscriber.
      Returns:
      the next definition stage.