Interface RSocketMessageHandlerCustomizer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RSocketMessageHandlerCustomizer
Callback interface that can be used to customize a RSocketMessageHandler.
Since:
2.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler messageHandler)
    Customize the RSocketMessageHandler.
  • Method Details

    • customize

      void customize(org.springframework.messaging.rsocket.annotation.support.RSocketMessageHandler messageHandler)
      Customize the RSocketMessageHandler.
      Parameters:
      messageHandler - the message handler to customize