Polishing
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user