Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu committed Jan 15, 2025
1 parent 00fc309 commit ffa504d
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 15 deletions.
56 changes: 51 additions & 5 deletions api/re.this.api
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public final class eu/vendeli/rethis/ReThis {
public final fun getSubscriptions ()Leu/vendeli/rethis/types/core/ActiveSubscriptions;
public final fun isDisconnected ()Z
public final fun pipeline (Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun reconnect ()Lkotlinx/coroutines/Job;
public final fun reconnect ()V
public final fun transaction (Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}

Expand Down Expand Up @@ -703,6 +703,7 @@ public final class eu/vendeli/rethis/types/core/ActiveSubscriptions {
}

public abstract class eu/vendeli/rethis/types/core/Address {
public fun toString ()Ljava/lang/String;
}

public abstract interface class eu/vendeli/rethis/types/core/Argument {
Expand Down Expand Up @@ -781,24 +782,26 @@ public final class eu/vendeli/rethis/types/core/BulkString : eu/vendeli/rethis/t

public final class eu/vendeli/rethis/types/core/ClientConfiguration {
public fun <init> ()V
public fun <init> (Ljava/lang/Integer;Ljava/nio/charset/Charset;Lio/ktor/network/tls/TLSConfig;Leu/vendeli/rethis/types/core/AuthConfiguration;Leu/vendeli/rethis/types/core/PoolConfiguration;)V
public synthetic fun <init> (Ljava/lang/Integer;Ljava/nio/charset/Charset;Lio/ktor/network/tls/TLSConfig;Leu/vendeli/rethis/types/core/AuthConfiguration;Leu/vendeli/rethis/types/core/PoolConfiguration;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun <init> (Ljava/lang/Integer;Ljava/nio/charset/Charset;Lio/ktor/network/tls/TLSConfig;Leu/vendeli/rethis/types/core/AuthConfiguration;Leu/vendeli/rethis/types/core/PoolConfiguration;Leu/vendeli/rethis/types/core/ReconnectionStrategyConfiguration;Leu/vendeli/rethis/types/core/SocketConfiguration;)V
public synthetic fun <init> (Ljava/lang/Integer;Ljava/nio/charset/Charset;Lio/ktor/network/tls/TLSConfig;Leu/vendeli/rethis/types/core/AuthConfiguration;Leu/vendeli/rethis/types/core/PoolConfiguration;Leu/vendeli/rethis/types/core/ReconnectionStrategyConfiguration;Leu/vendeli/rethis/types/core/SocketConfiguration;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun auth (Ljava/lang/String;Ljava/lang/String;)V
public static synthetic fun auth$default (Leu/vendeli/rethis/types/core/ClientConfiguration;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)V
public final fun component1 ()Ljava/lang/Integer;
public final fun component2 ()Ljava/nio/charset/Charset;
public final fun component3 ()Lio/ktor/network/tls/TLSConfig;
public final fun copy (Ljava/lang/Integer;Ljava/nio/charset/Charset;Lio/ktor/network/tls/TLSConfig;Leu/vendeli/rethis/types/core/AuthConfiguration;Leu/vendeli/rethis/types/core/PoolConfiguration;)Leu/vendeli/rethis/types/core/ClientConfiguration;
public static synthetic fun copy$default (Leu/vendeli/rethis/types/core/ClientConfiguration;Ljava/lang/Integer;Ljava/nio/charset/Charset;Lio/ktor/network/tls/TLSConfig;Leu/vendeli/rethis/types/core/AuthConfiguration;Leu/vendeli/rethis/types/core/PoolConfiguration;ILjava/lang/Object;)Leu/vendeli/rethis/types/core/ClientConfiguration;
public final fun copy (Ljava/lang/Integer;Ljava/nio/charset/Charset;Lio/ktor/network/tls/TLSConfig;Leu/vendeli/rethis/types/core/AuthConfiguration;Leu/vendeli/rethis/types/core/PoolConfiguration;Leu/vendeli/rethis/types/core/ReconnectionStrategyConfiguration;Leu/vendeli/rethis/types/core/SocketConfiguration;)Leu/vendeli/rethis/types/core/ClientConfiguration;
public static synthetic fun copy$default (Leu/vendeli/rethis/types/core/ClientConfiguration;Ljava/lang/Integer;Ljava/nio/charset/Charset;Lio/ktor/network/tls/TLSConfig;Leu/vendeli/rethis/types/core/AuthConfiguration;Leu/vendeli/rethis/types/core/PoolConfiguration;Leu/vendeli/rethis/types/core/ReconnectionStrategyConfiguration;Leu/vendeli/rethis/types/core/SocketConfiguration;ILjava/lang/Object;)Leu/vendeli/rethis/types/core/ClientConfiguration;
public fun equals (Ljava/lang/Object;)Z
public final fun getCharset ()Ljava/nio/charset/Charset;
public final fun getDb ()Ljava/lang/Integer;
public final fun getTlsConfig ()Lio/ktor/network/tls/TLSConfig;
public fun hashCode ()I
public final fun pool (Lkotlin/jvm/functions/Function1;)V
public final fun reconnectionStrategy (Lkotlin/jvm/functions/Function1;)V
public final fun setCharset (Ljava/nio/charset/Charset;)V
public final fun setDb (Ljava/lang/Integer;)V
public final fun setTlsConfig (Lio/ktor/network/tls/TLSConfig;)V
public final fun socket (Lkotlin/jvm/functions/Function1;)V
public fun toString ()Ljava/lang/String;
}

Expand Down Expand Up @@ -981,6 +984,26 @@ public final class eu/vendeli/rethis/types/core/RType$Raw : eu/vendeli/rethis/ty
public fun getValue ()[B
}

public final class eu/vendeli/rethis/types/core/ReconnectionStrategyConfiguration {
public fun <init> ()V
public fun <init> (ZIJ)V
public synthetic fun <init> (ZIJILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun component1 ()Z
public final fun component2 ()I
public final fun component3 ()J
public final fun copy (ZIJ)Leu/vendeli/rethis/types/core/ReconnectionStrategyConfiguration;
public static synthetic fun copy$default (Leu/vendeli/rethis/types/core/ReconnectionStrategyConfiguration;ZIJILjava/lang/Object;)Leu/vendeli/rethis/types/core/ReconnectionStrategyConfiguration;
public fun equals (Ljava/lang/Object;)Z
public final fun getDoHealthCheck ()Z
public final fun getReconnectAttempts ()I
public final fun getReconnectDelay ()J
public fun hashCode ()I
public final fun setDoHealthCheck (Z)V
public final fun setReconnectAttempts (I)V
public final fun setReconnectDelay (J)V
public fun toString ()Ljava/lang/String;
}

public abstract class eu/vendeli/rethis/types/core/RespVer {
public synthetic fun <init> (ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun getLiteral ()I
Expand All @@ -1000,6 +1023,29 @@ public final class eu/vendeli/rethis/types/core/RespVer$V3 : eu/vendeli/rethis/t
public fun toString ()Ljava/lang/String;
}

public final class eu/vendeli/rethis/types/core/SocketConfiguration {
public fun <init> ()V
public fun <init> (Ljava/lang/Long;Ljava/lang/Integer;ZZ)V
public synthetic fun <init> (Ljava/lang/Long;Ljava/lang/Integer;ZZILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun component1 ()Ljava/lang/Long;
public final fun component2 ()Ljava/lang/Integer;
public final fun component3 ()Z
public final fun component4 ()Z
public final fun copy (Ljava/lang/Long;Ljava/lang/Integer;ZZ)Leu/vendeli/rethis/types/core/SocketConfiguration;
public static synthetic fun copy$default (Leu/vendeli/rethis/types/core/SocketConfiguration;Ljava/lang/Long;Ljava/lang/Integer;ZZILjava/lang/Object;)Leu/vendeli/rethis/types/core/SocketConfiguration;
public fun equals (Ljava/lang/Object;)Z
public final fun getKeepAlive ()Z
public final fun getLinger ()Ljava/lang/Integer;
public final fun getNoDelay ()Z
public final fun getTimeout ()Ljava/lang/Long;
public fun hashCode ()I
public final fun setKeepAlive (Z)V
public final fun setLinger (Ljava/lang/Integer;)V
public final fun setNoDelay (Z)V
public final fun setTimeout (Ljava/lang/Long;)V
public fun toString ()Ljava/lang/String;
}

public abstract interface class eu/vendeli/rethis/types/core/SubscriptionEventHandler {
public abstract fun onException (Ljava/lang/String;Ljava/lang/Exception;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public abstract fun onSubscribe (Ljava/lang/String;JLkotlin/coroutines/Continuation;)Ljava/lang/Object;
Expand Down
Loading

0 comments on commit ffa504d

Please sign in to comment.