Class ClientStreamingMethodHandlerSupplier

java.lang.Object
io.helidon.microprofile.grpc.core.ClientStreamingMethodHandlerSupplier
All Implemented Interfaces:
MethodHandlerSupplier

public class ClientStreamingMethodHandlerSupplier extends Object
A supplier of MethodHandlers for client streaming gRPC methods.
  • Constructor Details

    • ClientStreamingMethodHandlerSupplier

      public ClientStreamingMethodHandlerSupplier()
      Create a supplier of handlers for client streaming methods.
  • Method Details