All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static <Request,Response> Descriptor.Call<Request,Response> |
call(ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request,Response>> method) |
static Descriptor |
named(String name) |
static <Request,Response> Descriptor.Call<Request,Response> |
namedCall(String name,
ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request,Response>> method) |
static <Request,Response> Descriptor.Call<Request,Response> |
pathCall(String path,
ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request,Response>> method) |
static <Request,Response> Descriptor.Call<Request,Response> |
restCall(Method restMethod,
String path,
ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request,Response>> method) |
static <Message> Descriptor.TopicCall<Message> |
topic(String topicId,
ScalaServiceSupport.ScalaMethodCall<Topic<Message>> method) |