Skip to content

Commit e3e00fe

Browse files
authored
Update documentation to support the ones in EventHubMessageSerializer. (Azure#32517)
1 parent 52b391a commit e3e00fe

File tree

1 file changed

+1
-8
lines changed
  • sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs

1 file changed

+1
-8
lines changed

sdk/eventhubs/azure-messaging-eventhubs/src/main/java/com/azure/messaging/eventhubs/EventData.java

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,23 +191,16 @@ public EventData(BinaryData body) {
191191
* <p>
192192
* The following types are supported:
193193
* <ul>
194-
* <li>{@link java.math.BigInteger}</li>
195-
* <li>{@link java.math.BigDecimal}</li>
196-
* <li>{@link Boolean}</li>
197-
* <li>{@link Byte}</li>
198-
* <li>{@code byte[]}</li>
199194
* <li>{@link Character}</li>
200195
* <li>{@link java.util.Date}</li>
201196
* <li>{@link Double}</li>
202197
* <li>{@link Float}</li>
203198
* <li>{@link Integer}</li>
199+
* <li>{@link Long}</li>
204200
* <li>{@link Short}</li>
205201
* <li>{@link String}</li>
206-
* <li>{@link Instant}</li>
207-
* <li>{@link java.util.UUID}</li>
208202
* </ul>
209203
*
210-
*
211204
* @return Application properties associated with this {@link EventData}. For received {@link EventData}, the map is
212205
* a read-only view.
213206
*/

0 commit comments

Comments
 (0)