Interface IPartitionSupport

    • Method Detail

      • getPartitionKey

        String getPartitionKey()
        Key used for partitioning messages (some queue implementations, such as Kafka queue, support message partitioning).
        Returns:
        Since:
        0.7.0
      • setPartitionKey

        IPartitionSupport setPartitionKey​(String partitionKey)
        Key used for partitioning messages (some queue implementations, such as Kafka queue, support message partitioning).
        Parameters:
        partitionKey -
        Returns:
        Since:
        0.7.0