| Package | Description |
|---|---|
| com.vaadin.flow.internal.nodefeature |
| Modifier and Type | Method and Description |
|---|---|
ReturnChannelRegistration |
ReturnChannelMap.get(int channelId)
Gets the return channel registration registered with the provided id, or
null if no channel is registered with that id. |
ReturnChannelRegistration |
ReturnChannelMap.registerChannel(SerializableBiConsumer<elemental.json.JsonArray,ReturnChannelRegistration> handler)
Registers a new channel based on a callback that receives the provided
arguments and the channel registration when a message is passed to the
channel.
|
ReturnChannelRegistration |
ReturnChannelMap.registerChannel(SerializableConsumer<elemental.json.JsonArray> handler)
Registers a new channel based on a callback that receives the provided
arguments when a message is passed to the channel.
|
ReturnChannelRegistration |
ReturnChannelRegistration.setDisabledUpdateMode(DisabledUpdateMode disabledUpdateMode)
Sets whether this channel will receive updates in case the state node is
disabled.
|
| Modifier and Type | Method and Description |
|---|---|
ReturnChannelRegistration |
ReturnChannelMap.registerChannel(SerializableBiConsumer<elemental.json.JsonArray,ReturnChannelRegistration> handler)
Registers a new channel based on a callback that receives the provided
arguments and the channel registration when a message is passed to the
channel.
|
Copyright © 2025. All rights reserved.