You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.collaborationengine.

Interface CollaborationMessageSubmitter

All Superinterfaces:

Serializable

Functional Interface:

This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CollaborationMessageSubmitter extends Serializable

Submitter of messages. A submitter can be set on a CollaborationMessageList to setup the message appending logic when the connection to the associated topic is activated and also to return a callback to handle connection deactivation (e.g. disabling an input field).

Since:

3.1

Author:

Vaadin Ltd.

See Also: