com.vaadin.collaborationengine.
Class LocalBackend
- java.lang.Object
-
- com.vaadin.collaborationengine.LocalBackend
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.vaadin.collaborationengine.Backend
Backend.EventLog
-
-
Constructor Summary
Constructors Constructor and Description LocalBackend()
-
-
-
Method Detail
-
openEventLog
public Backend.EventLog openEventLog(String topicId)
Description copied from interface:
Backend
Opens an event log with the given id. The returned object can be used to capture any common state related to this particular event log. An actual underlying connection is not needed until
EventLog#subscribe(Consumer)
is invoked, but it is still recommended to make this method fail fast in case it would not be possible to open an actual underlying connection later.Specified by:
openEventLog
in interfaceBackend
Parameters:
topicId
- the id of the event log to open, notnull
Returns:
an object representing the event log, not
null
-
-