Class DeleteMessageChannel


  • public class DeleteMessageChannel
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<java.lang.Void> execute​(java.lang.String username, java.lang.String channelName, java.lang.String channelType, java.lang.Boolean deleteRoam)  
      • Methods inherited from class java.lang.Object

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

      • DeleteMessageChannel

        public DeleteMessageChannel​(Context context)
    • Method Detail

      • execute

        public reactor.core.publisher.Mono<java.lang.Void> execute​(java.lang.String username,
                                                                   java.lang.String channelName,
                                                                   java.lang.String channelType,
                                                                   java.lang.Boolean deleteRoam)