Searched refs:key_from_message (Results 1 – 4 of 4) sorted by relevance
42 ``key_from_message`` function for each incoming message to obtain the key associated43 with it. The default implementation of ``key_from_message`` is the following51 K key_from_message( const T &t ) {62 Alternatively, the user can define its own ``key_from_message`` function in the
1233 return key_from_message<K>(t);1240 return key_from_message<const K&>(t);
171 K key_from_message(const MyMessageKeyWithoutKeyMethod<typename std::decay<K>::type, V> &m) {
381 K key_from_message( const T &t ) { in key_from_message() function