Package xyz.block.ftl
Class Context
-
- All Implemented Interfaces:
public final class Context
-
-
Field Summary
Fields Modifier and Type Field Description private final Gsongsonprivate final StringjvmModuleprivate final VerbServiceClientroutingClient
-
Constructor Summary
Constructors Constructor Description Context(String jvmModule, VerbServiceClient routingClient)
-
Method Summary
Modifier and Type Method Description final GsongetGson()final StringgetJvmModule()final VerbServiceClientgetRoutingClient()final <R extends Any> Rcall(KFunction<R> verb, Object request)-
-
Constructor Detail
-
Context
Context(String jvmModule, VerbServiceClient routingClient)
-
-
Method Detail
-
getGson
final Gson getGson()
-
getJvmModule
final String getJvmModule()
-
getRoutingClient
final VerbServiceClient getRoutingClient()
-
-
-
-