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