Class EventBusBridgeService

java.lang.Object
io.vertx.grpc.event.v1alpha.EventBusBridgeService
All Implemented Interfaces:
EventBusBridge
Direct Known Subclasses:
EventBusBridgeGrpcService

public class EventBusBridgeService extends Object implements EventBusBridge

Provides support for RPC methods implementations of the EventBusBridge gRPC service.

The following methods of this class should be overridden to provide an implementation of the service:

  • Publish
  • Send
  • Request
  • Subscribe
  • Unsubscribe
  • Ping