MessageFactoryProvider instead.@Deprecated public interface MessageFactory extends Extension
A plugin can provide his own message factory as an extension
if it uses any custom messages (all message must extend
Message class).
| Modifier and Type | Method and Description |
|---|---|
Message |
create(short type)
Deprecated.
Creates new message instance of provided type.
|
Message create(short type)
This method should return null if provided message type
is unknown to this factory.
type - Message type.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025