public class ScalaService$ extends Object
Modifier and Type | Field and Description |
---|---|
static ScalaService$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ScalaService$() |
Modifier and Type | Method and Description |
---|---|
<Request,Response> |
call(ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request,Response>> method) |
Descriptor |
named(String name) |
<Request,Response> |
namedCall(String name,
ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request,Response>> method) |
<Request,Response> |
pathCall(String path,
ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request,Response>> method) |
<Request,Response> |
restCall(Method restMethod,
String path,
ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request,Response>> method) |
<Message> Descriptor.TopicCall<Message> |
topic(String topicId,
ScalaServiceSupport.ScalaMethodCall<Topic<Message>> method) |
public static final ScalaService$ MODULE$
public <Request,Response> Descriptor.Call<Request,Response> call(ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request,Response>> method)
public <Request,Response> Descriptor.Call<Request,Response> namedCall(String name, ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request,Response>> method)
public <Request,Response> Descriptor.Call<Request,Response> pathCall(String path, ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request,Response>> method)
public <Request,Response> Descriptor.Call<Request,Response> restCall(Method restMethod, String path, ScalaServiceSupport.ScalaMethodCall<ServiceCall<Request,Response>> method)
public <Message> Descriptor.TopicCall<Message> topic(String topicId, ScalaServiceSupport.ScalaMethodCall<Topic<Message>> method)
public Descriptor named(String name)