Class Murmur2NoEnvelopeMessageExtractor<M>

    • Constructor Detail

      • Murmur2NoEnvelopeMessageExtractor

        public Murmur2NoEnvelopeMessageExtractor​(int numberOfShards)
    • Method Detail

      • numberOfShards

        public int numberOfShards()
      • unwrapMessage

        public M unwrapMessage​(M message)
        Description copied from class: ShardingMessageExtractor
        Extract the message to send to the entity from an incoming message. Note that the extracted message does not have to be the same as the incoming message to support wrapping in message envelope that is unwrapped before sending to the entity actor.
        Specified by:
        unwrapMessage in class ShardingMessageExtractor<M,​M>