Package 

Interface BatchNotificationChannelsManager.ChannelNameProvider

    • Method Summary

      Modifier and Type Method Description
      abstract String getDefaultChannelName() The user-facing channel name to return to the system.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDefaultChannelName

        @NonNull() abstract String getDefaultChannelName()

        The user-facing channel name to return to the system.If this method throws an exception, Batch will use its default name.