This commit is contained in:
Stephane Nicoll
2020-10-05 17:37:11 +02:00
parent 1d610fe1c8
commit b08da63da5

View File

@@ -41,6 +41,7 @@ public interface ConfigurableRSocketServerFactory {
* Specify the maximum transmission unit. Frames larger than the specified
* {@code fragmentSize} are fragmented.
* @param fragmentSize the fragment size
* @since 2.4.0
*/
void setFragmentSize(DataSize fragmentSize);