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.


    @FunctionalInterface
    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 
      Modifier and Type Method and Description
      io.rsocket.RSocketFactory.ServerRSocketFactory process(io.rsocket.RSocketFactory.ServerRSocketFactory factory)
      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)
        Apply this ServerRSocketFactoryProcessor to the given factory instance before it's used.
        Parameters:
        factory - the factory to process
        Returns:
        the processed factory instance

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