Package xyz.block.ftl.server
Class Server
-
- All Implemented Interfaces:
-
com.squareup.wire.kotlin.grpcserver.WireBindableService,io.grpc.BindableService
public final class Server extends VerbServiceWireGrpc.VerbServiceImplBaseFTL verb server.
-
-
Field Summary
Fields Modifier and Type Field Description private final Registryregistryprivate final VerbServiceClientroutingClientprivate final StringjvmModule
-
Constructor Summary
Constructors Constructor Description Server(Registry registry, VerbServiceClient routingClient, String jvmModule)
-
Method Summary
Modifier and Type Method Description final RegistrygetRegistry()final VerbServiceClientgetRoutingClient()final StringgetJvmModule()UnitPing(PingRequest request, StreamObserver<PingResponse> response)UnitCall(CallRequest request, StreamObserver<CallResponse> response)-
-
Constructor Detail
-
Server
Server(Registry registry, VerbServiceClient routingClient, String jvmModule)
-
-
Method Detail
-
getRegistry
final Registry getRegistry()
-
getRoutingClient
final VerbServiceClient getRoutingClient()
-
getJvmModule
final String getJvmModule()
-
-
-
-