Uses of Interface
com.vaadin.flow.internal.nodefeature.ReturnChannelRegistration
Packages that use ReturnChannelRegistration
-
Uses of ReturnChannelRegistration in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature that return ReturnChannelRegistrationModifier and TypeMethodDescriptionReturnChannelMap.get(int channelId) Gets the return channel registration registered with the provided id, ornullif no channel is registered with that id.ReturnChannelMap.registerChannel(SerializableBiConsumer<com.fasterxml.jackson.databind.node.ArrayNode, 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.ReturnChannelMap.registerChannel(SerializableConsumer<com.fasterxml.jackson.databind.node.ArrayNode> handler) Registers a new channel based on a callback that receives the provided arguments when a message is passed to the channel.ReturnChannelRegistration.setDisabledUpdateMode(DisabledUpdateMode disabledUpdateMode) Sets whether this channel will receive updates in case the state node is disabled.Method parameters in com.vaadin.flow.internal.nodefeature with type arguments of type ReturnChannelRegistrationModifier and TypeMethodDescriptionReturnChannelMap.registerChannel(SerializableBiConsumer<com.fasterxml.jackson.databind.node.ArrayNode, 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.