public final class MessageFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static MessageFactory |
forKey(MessageFactoryKey key) |
Message |
from(Address from,
Address to,
java.lang.Object payload) |
Message |
from(Address from,
Address to,
java.lang.Object payload,
java.lang.String cancellationToken) |
Message |
from(org.apache.flink.core.memory.DataInputView input) |
Message |
from(long checkpointId) |
public static MessageFactory forKey(MessageFactoryKey key)
public Message from(long checkpointId)
public Message from(org.apache.flink.core.memory.DataInputView input) throws java.io.IOException
java.io.IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.