パッケージ pixela.client.http
インタフェース Response<T>
-
public interface Response<T>
-
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 static @NotNull ApiExceptionerror(@NotNull java.lang.String message)static @NotNull Response<java.lang.Void>of(@NotNull java.lang.String message, boolean success)@NotNull reactor.core.publisher.Mono<T>toPublisher()
-
-
-
メソッドの詳細
-
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)
-
-