public interface IgniteMessageFactory extends MessageFactory
register(short, Supplier)
method call.Modifier and Type | Method and Description |
---|---|
void |
register(short directType,
Supplier<Message> supplier)
Register message factory with given direct type.
|
create
void register(short directType, Supplier<Message> supplier) throws IgniteException
IllegalStateException
exception.directType
- Direct type.supplier
- Message factory.IgniteException
- In case of attempt to register message with direct type which is already registered.IllegalStateException
- On any invocation of this method when class which implements this interface
is alredy constructed.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024