パッケージ pixela.client.http

インタフェース Response<T>


  • public interface Response<T>
    • メソッドの詳細

      • toPublisher

        @NotNull
        @NotNull reactor.core.publisher.Mono<T> toPublisher()
      • of

        @NotNull
        static @NotNull Response<java.lang.Void> of​(@NotNull
                                                    @NotNull java.lang.String message,
                                                    boolean success)
      • error

        @NotNull
        static @NotNull ApiException error​(@NotNull
                                           @NotNull java.lang.String message)