forked from square/wire-grpc-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.api
More file actions
37 lines (31 loc) · 1.91 KB
/
Copy pathserver.api
File metadata and controls
37 lines (31 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
public abstract class com/squareup/wire/kotlin/grpcserver/AbstractCoroutineServerImpl : com/squareup/wire/kotlin/grpcserver/WireBindableService {
public fun <init> ()V
public fun <init> (Lkotlin/coroutines/CoroutineContext;)V
public synthetic fun <init> (Lkotlin/coroutines/CoroutineContext;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun getContext ()Lkotlin/coroutines/CoroutineContext;
}
public final class com/squareup/wire/kotlin/grpcserver/FlowAdapter {
public static final field INSTANCE Lcom/squareup/wire/kotlin/grpcserver/FlowAdapter;
public final fun bidiStream (Lkotlin/coroutines/CoroutineContext;Lkotlinx/coroutines/flow/Flow;Lkotlin/jvm/functions/Function3;)Lkotlinx/coroutines/flow/Flow;
public final fun clientStream (Lkotlin/coroutines/CoroutineContext;Lkotlinx/coroutines/flow/Flow;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun serverStream (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Object;Lkotlin/jvm/functions/Function3;)Lkotlinx/coroutines/flow/Flow;
}
public final class com/squareup/wire/kotlin/grpcserver/MessageSinkAdapter : com/squareup/wire/MessageSink {
public fun <init> (Lio/grpc/stub/StreamObserver;)V
public fun cancel ()V
public fun close ()V
public fun write (Ljava/lang/Object;)V
}
public final class com/squareup/wire/kotlin/grpcserver/MessageSourceAdapter : com/squareup/wire/MessageSource, io/grpc/stub/StreamObserver {
public fun <init> ()V
public fun close ()V
public fun onCompleted ()V
public fun onError (Ljava/lang/Throwable;)V
public fun onNext (Ljava/lang/Object;)V
public fun read ()Ljava/lang/Object;
}
public abstract interface class com/squareup/wire/kotlin/grpcserver/WireBindableService : io/grpc/BindableService {
}
public abstract interface class com/squareup/wire/kotlin/grpcserver/WireMethodMarshaller : io/grpc/MethodDescriptor$Marshaller {
public abstract fun marshalledClass ()Ljava/lang/Class;
}