Class MessageConverterConfigurer.PartitioningInterceptor

  • All Implemented Interfaces:
    org.springframework.messaging.support.ChannelInterceptor
    Enclosing class:
    MessageConverterConfigurer

    public final class MessageConverterConfigurer.PartitioningInterceptor
    extends Object
    implements org.springframework.messaging.support.ChannelInterceptor
    Partitioning channel interceptor.
    • Method Detail

      • setPartitionCount

        public void setPartitionCount​(int partitionCount)
      • preSend

        public org.springframework.messaging.Message<?> preSend​(org.springframework.messaging.Message<?> message,
                                                                org.springframework.messaging.MessageChannel channel)
        Specified by:
        preSend in interface org.springframework.messaging.support.ChannelInterceptor