public abstract class AbstractMultipartService<I,T extends OfHeader> extends AbstractService<I,List<T>>
Modifier | Constructor and Description |
---|---|
protected |
AbstractMultipartService(RequestContextStack requestContextStack,
DeviceContext deviceContext) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.util.concurrent.FutureCallback<OfHeader> |
createCallback(RequestContext<List<T>> context,
Class<?> requestType) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<List<T>>> |
handleServiceCall(I input) |
buildRequest, canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifier
protected AbstractMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext)
protected com.google.common.util.concurrent.FutureCallback<OfHeader> createCallback(RequestContext<List<T>> context, Class<?> requestType)
createCallback
in class AbstractService<I,List<T extends OfHeader>>
public final com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<List<T>>> handleServiceCall(@Nonnull I input)
handleServiceCall
in class AbstractService<I,List<T extends OfHeader>>
Copyright © 2019 OpenDaylight. All rights reserved.