Skip to content

Commit

Permalink
mark withUseS2A as a Beta API.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta19 committed Jan 16, 2025
1 parent 9fb0b49 commit fd6163a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ public interface TransportChannelProvider {
TransportChannelProvider withEndpoint(String endpoint);

/** Sets whether to use S2A when constructing a new {@link TransportChannel}. */
@BetaApi(
"The S2A feature is not stable yet and may change in the future. https://github.com/grpc/grpc-java/issues/11533.")
default TransportChannelProvider withUseS2A(boolean useS2A) {
throw new UnsupportedOperationException("S2A is not supported");
}
Expand Down

0 comments on commit fd6163a

Please sign in to comment.