Skip to content

Commit

Permalink
local api dump
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Mar 13, 2024
1 parent 0ead2cb commit 7dd40df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rsocket-transports/local/api/rsocket-transport-local.api
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public final class io/rsocket/kotlin/transport/local/LocalClientTransport$Factor

public abstract interface class io/rsocket/kotlin/transport/local/LocalClientTransportBuilder : io/rsocket/kotlin/transport/RSocketTransportBuilder {
public abstract fun dispatcher (Lkotlin/coroutines/CoroutineContext;)V
public fun inheritDispatcher ()V
}

public final class io/rsocket/kotlin/transport/local/LocalServer : io/rsocket/kotlin/transport/ClientTransport {
Expand Down Expand Up @@ -41,7 +40,6 @@ public final class io/rsocket/kotlin/transport/local/LocalServerTransport$Factor

public abstract interface class io/rsocket/kotlin/transport/local/LocalServerTransportBuilder : io/rsocket/kotlin/transport/RSocketTransportBuilder {
public abstract fun dispatcher (Lkotlin/coroutines/CoroutineContext;)V
public fun inheritDispatcher ()V
public abstract fun multiplexed (II)V
public static synthetic fun multiplexed$default (Lio/rsocket/kotlin/transport/local/LocalServerTransportBuilder;IIILjava/lang/Object;)V
public abstract fun sequential (I)V
Expand Down

0 comments on commit 7dd40df

Please sign in to comment.