Stay organized with collections
Save and categorize content based on your preferences.
interface MessagePortClient
Interface for handling messages received from the other end of a MessagePort channel.
A MessagePortClient implementation must be provided when creating a message channel using createMessageChannel, and its methods are invoked on the specified Executor.
A reference to a MessagePortClient is kept alive by its associated local MessagePort, which in turn is kept alive so long as the message channel is alive.
A client may be notified of multiple messages throughout its lifetime.
Summary
Public functions |
Unit |
Called when a Message is received by the port.
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-03-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-25 UTC."],[],[]]