public final class InProcessServerModule extends Object
@Singleton
component means the component can
provide a Server
that serves in-process requests.Modifier and Type | Method and Description |
---|---|
static InProcessServerModule |
serverNamed(String name)
Creates a module that provides a server that binds to a given name
|
public static InProcessServerModule serverNamed(String name)
name
- the identity of the server for clients to connect toCopyright © 2012–2017 The Dagger Authors. All rights reserved.