| Package | Description |
|---|---|
| com.linecorp.armeria.server.composition |
Service composition.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleCompositeRpcService |
SimpleCompositeRpcServiceBuilder.build()
Returns a newly-created
SimpleCompositeRpcService based on the RpcServices added to this
builder. |
static SimpleCompositeRpcService |
SimpleCompositeRpcService.of(CompositeServiceEntry<RpcService>... services)
Returns a new
SimpleCompositeRpcService that is composed of the specified entries. |
static SimpleCompositeRpcService |
SimpleCompositeRpcService.of(Iterable<CompositeServiceEntry<RpcService>> services)
Returns a new
SimpleCompositeRpcService that is composed of the specified entries. |
Copyright © 2020 LeanCloud. All rights reserved.