Class DeleteUser


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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Flux<java.lang.String> all​(int limit)  
      reactor.core.publisher.Mono<UserUnregisterResponse> next​(int limit, java.lang.String cursor)  
      reactor.core.publisher.Mono<java.lang.Void> single​(java.lang.String username)  
      • Methods inherited from class java.lang.Object

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

      • DeleteUser

        public DeleteUser​(Context context)
    • Method Detail

      • single

        public reactor.core.publisher.Mono<java.lang.Void> single​(java.lang.String username)
      • all

        public reactor.core.publisher.Flux<java.lang.String> all​(int limit)
      • next

        public reactor.core.publisher.Mono<UserUnregisterResponse> next​(int limit,
                                                                        java.lang.String cursor)