Package com.hazelcast.jet.grpc
Contributes
gRPC service factories
that can be to apply transformations to
a pipeline which for each input item calls to a gRPC service.- Since:
- Jet 4.1
-
Interface Summary Interface Description GrpcService<T,R> Represents a gRPC service that can be used as part of amapUsingServiceAsync
call. -
Class Summary Class Description GrpcProperties Properties of the grpc moduleGrpcServices ProvidesServiceFactory
implementations for calling gRPC endpoints.