public class SalAsyncConfigServiceImpl extends Object implements SalAsyncConfigService
| Constructor and Description |
|---|
SalAsyncConfigServiceImpl(RequestContextStack requestContextStack,
DeviceContext deviceContext) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAsyncOutput>> |
getAsync(GetAsyncInput input)
Controller to switch message get configuration.
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetAsyncOutput>> |
setAsync(SetAsyncInput input)
Controller to switch message set configuration.
|
public SalAsyncConfigServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext)
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetAsyncOutput>> setAsync(SetAsyncInput input)
SalAsyncConfigServicesetAsync in interface SalAsyncConfigServicepublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAsyncOutput>> getAsync(GetAsyncInput input)
SalAsyncConfigServicegetAsync in interface SalAsyncConfigServicecom.google.common.util.concurrent.ListenableFuture async, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.