Class DeleteRoom


  • public class DeleteRoom
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteRoom​(Context context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<java.lang.Void> byId​(java.lang.String roomId)  
      • Methods inherited from class java.lang.Object

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

      • DeleteRoom

        public DeleteRoom​(Context context)
    • Method Detail

      • byId

        public reactor.core.publisher.Mono<java.lang.Void> byId​(java.lang.String roomId)