Polishing

This commit is contained in:
Sam Brannen
2020-08-11 16:42:18 +02:00
parent 6a2939a4d4
commit 596936f18c
6 changed files with 14 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.messaging.rsocket;
import java.util.ArrayList;
@@ -42,7 +43,7 @@ import org.springframework.util.MimeType;
/**
* Default {@link MetadataExtractor} implementation that relies on
* {@link Decoder}s to deserialize the content of metadata entries.
* <p>By default only {@code "message/x.rsocket.routing.v0""} is extracted and
* <p>By default only {@code "message/x.rsocket.routing.v0"} is extracted and
* saved under {@link MetadataExtractor#ROUTE_KEY}. Use {@code metadataToExtract}
* methods to specify other metadata mime types of interest to extract.
*