org.springframework.boot.rsocket.server

Interface ServerRSocketFactoryProcessor

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

    Deprecated. 
    in favor of RSocketServerCustomizer as of 2.2.7

    @FunctionalInterface
     @Deprecated
    public interface ServerRSocketFactoryProcessor
    Processor that allows for custom modification of a RSocketFactory.ServerRSocketFactory before it is used.
    Since:
    2.2.0
    Author:
    Brian Clozel
    See Also:
    RSocketServerFactory
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method and Description
      io.rsocket.RSocketFactory.ServerRSocketFactory process(io.rsocket.RSocketFactory.ServerRSocketFactory factory)
      Deprecated. 
      Apply this ServerRSocketFactoryProcessor to the given factory instance before it's used.
    • Method Detail

      • process

        io.rsocket.RSocketFactory.ServerRSocketFactory process(io.rsocket.RSocketFactory.ServerRSocketFactory factory)
        Deprecated. 
        Apply this ServerRSocketFactoryProcessor to the given factory instance before it's used.
        Parameters:
        factory - the factory to process
        Returns:
        the processed factory instance

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.