Skip to content

Commit

Permalink
fix: update server package api pins
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Jul 26, 2023
1 parent 280e0f6 commit e016f29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/server/api/server.api
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ public abstract interface class elide/server/ServerInitializer {
public fun initialize ()V
}

public final class elide/server/StreamedFileResponseType {
public fun <init> (Ljava/io/ByteArrayInputStream;Lio/micronaut/http/MediaType;)V
public final fun getContentType ()Lio/micronaut/http/MediaType;
public final fun getStream ()Ljava/io/ByteArrayInputStream;
}

public abstract interface class elide/server/StreamingSuspensionRenderer {
public abstract fun render (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}
Expand Down

0 comments on commit e016f29

Please sign in to comment.