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 |
---|---|
@Nullable Message |
create(short type)
Deprecated.
Creates new message instance of provided type.
|
@Nullable @Nullable Message create(short type)
This method should return null
if provided message type
is unknown to this factory.
type
- Message type.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023