Interface GrpcEventBusBridgeBuilder
public interface GrpcEventBusBridgeBuilder
A builder for gRPC EventBus Bridge
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Build and return the bridge instance, ready to be mounted in a Vert.x gRPC Server.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.
-
Method Details
-
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
GrpcEventBusBridge build()Build and return the bridge instance, ready to be mounted in a Vert.x gRPC Server.- Returns:
- the bridge
-