| Package | Description |
|---|---|
| com.linecorp.armeria.client |
Client core.
|
| Modifier and Type | Field and Description |
|---|---|
static ClientFactoryOption<Function<? super io.netty.channel.EventLoopGroup,? extends EventLoopScheduler>> |
ClientFactoryOption.EVENT_LOOP_SCHEDULER_FACTORY
The factory that creates an
EventLoopScheduler which is responsible for assigning an
EventLoop to handle a connection to the specified Endpoint. |
| Modifier and Type | Method and Description |
|---|---|
Function<? super io.netty.channel.EventLoopGroup,? extends EventLoopScheduler> |
ClientFactoryOptions.eventLoopSchedulerFactory()
Returns the factory that creates an
EventLoopScheduler which is responsible for assigning an
EventLoop to handle a connection to the specified Endpoint. |
| Modifier and Type | Method and Description |
|---|---|
ClientFactoryBuilder |
ClientFactoryBuilder.eventLoopSchedulerFactory(Function<? super io.netty.channel.EventLoopGroup,? extends EventLoopScheduler> eventLoopSchedulerFactory)
Sets the factory that creates an
EventLoopScheduler which is responsible for assigning an
EventLoop to handle a connection to the specified Endpoint. |
Copyright © 2020 LeanCloud. All rights reserved.