Class RSocketServiceProxyFactory

java.lang.Object
org.springframework.messaging.rsocket.service.RSocketServiceProxyFactory

public final class RSocketServiceProxyFactory extends Object
Factory to create a client proxy from an RSocket service interface with @RSocketExchange methods.

To create an instance, use static methods to obtain a Builder.

Since:
6.0
Author:
Rossen Stoyanchev