Uses of Class
io.vertx.eventbus.bridge.grpc.GrpcBridgeOptions
Packages that use GrpcBridgeOptions
Package
Description
-
Uses of GrpcBridgeOptions in io.vertx.eventbus.bridge.grpc
Methods in io.vertx.eventbus.bridge.grpc that return GrpcBridgeOptionsModifier and TypeMethodDescriptionGrpcBridgeOptions.addInboundPermitted(PermittedOptions permitted) GrpcBridgeOptions.addOutboundPermitted(PermittedOptions permitted) GrpcBridgeOptions.setInboundPermitteds(List<PermittedOptions> inboundPermitted) GrpcBridgeOptions.setOutboundPermitteds(List<PermittedOptions> outboundPermitted) GrpcBridgeOptions.setReplyTimeout(Duration replyTimeout) The value at which the bridge considers a reply from bridge clients to not happen.Methods in io.vertx.eventbus.bridge.grpc with parameters of type GrpcBridgeOptionsModifier and TypeMethodDescriptionstatic GrpcEventBusBridgeGrpcEventBusBridge.create(Vertx vertx, GrpcBridgeOptions options) Creates a new gRPC EventBus bridge service with the specified event bus and bridge options.GrpcEventBusBridgeBuilder.with(GrpcBridgeOptions options) Override the default bridge options. -
Uses of GrpcBridgeOptions in io.vertx.reactivex.eventbus.bridge.grpc
Methods in io.vertx.reactivex.eventbus.bridge.grpc with parameters of type GrpcBridgeOptionsModifier and TypeMethodDescriptionstatic GrpcEventBusBridgeGrpcEventBusBridge.create(Vertx vertx, GrpcBridgeOptions options) Creates a new gRPC EventBus bridge service with the specified event bus and bridge options.GrpcEventBusBridgeBuilder.with(GrpcBridgeOptions options) Override the default bridge options. -
Uses of GrpcBridgeOptions in io.vertx.rxjava3.eventbus.bridge.grpc
Methods in io.vertx.rxjava3.eventbus.bridge.grpc with parameters of type GrpcBridgeOptionsModifier and TypeMethodDescriptionstatic GrpcEventBusBridgeGrpcEventBusBridge.create(Vertx vertx, GrpcBridgeOptions options) Creates a new gRPC EventBus bridge service with the specified event bus and bridge options.GrpcEventBusBridgeBuilder.with(GrpcBridgeOptions options) Override the default bridge options.