Package | Description |
---|---|
org.epics.pvmanager |
|
Modifier and Type | Method and Description |
---|---|
WriteCache<?> |
ChannelHandlerWriteSubscription.getWriteCache()
The cache to hold the value to write.
|
Modifier and Type | Method and Description |
---|---|
WriteRecipeBuilder |
WriteRecipeBuilder.addChannel(String channelName,
WriteCache<?> writeCache)
Adds a channel and its write cache to the recipe.
|
Constructor and Description |
---|
ChannelHandlerWriteSubscription(WriteCache<?> writeCache,
WriteFunction<Exception> exceptionWriteFunction,
WriteFunction<Boolean> connectionWriteFunction)
Creates a new subscription.
|
Copyright © 2010–2015. All rights reserved.