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, registerMastershipWatcher
com.google.common.util.concurrent.Service.State state()
<T> T map(Function<OFPContext,T> transformer)
T
- the type parametertransformer
- the transformerCopyright © 2020 OpenDaylight. All rights reserved.