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)
SalAsyncConfigService
setAsync
in interface SalAsyncConfigService
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAsyncOutput>> getAsync(GetAsyncInput input)
SalAsyncConfigService
getAsync
in interface SalAsyncConfigService
com.google.common.util.concurrent.ListenableFuture
async
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.