Class GrpcEventBusBridgeBuilder
java.lang.Object
io.vertx.reactivex.eventbus.bridge.grpc.GrpcEventBusBridgeBuilder
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<GrpcEventBusBridgeBuilder> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build and return the bridge instance, ready to be mounted in a Vert.x gRPC Server.booleaninthashCode()static GrpcEventBusBridgeBuildertoString()with(GrpcBridgeOptions options) Override the default bridge options.withEventHandler(Handler<BridgeEvent> eventHandler) Set a handler for bridge events that can be used to implement custom security logic.
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
GrpcEventBusBridgeBuilder
-
GrpcEventBusBridgeBuilder
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
with
Override the default bridge options.- Parameters:
options- the options- Returns:
- this builder ref
-
withEventHandler
Set a handler for bridge events that can be used to implement custom security logic.- Parameters:
eventHandler- the handler- Returns:
- this builder ref
-
build
Build and return the bridge instance, ready to be mounted in a Vert.x gRPC Server.- Returns:
- the bridge
-
newInstance
-