Apache Ignite.NET
Apache.Ignite.Core.Messaging.IMessageListener< in in T > Interface Template Reference

Represents messaging filter predicate. More...

Public Member Functions

bool Invoke (Guid nodeId, T message)
 Invokes the message listener when a message arrives. More...
 

Detailed Description

Member Function Documentation

bool Apache.Ignite.Core.Messaging.IMessageListener< in in T >.Invoke ( Guid  nodeId,
message 
)
Parameters
nodeIdMessage source node identifier.
messageMessage.
Returns
Value indicating whether this instance should remain subscribed. Returning false will unsubscribe this message listener from further notifications.