public interface GuardedContext extends OFPContext
| Modifier and Type | Method and Description |
|---|---|
<T> T |
map(Function<OFPContext,T> transformer)
Maps delegate inside guarded context to T.
|
com.google.common.util.concurrent.Service.State |
state()
Returns the lifecycle state of the service.
|
close, getDeviceInfo, registerMastershipWatchercom.google.common.util.concurrent.Service.State state()
<T> T map(Function<OFPContext,T> transformer)
T - the type parametertransformer - the transformerCopyright © 2019 OpenDaylight. All rights reserved.