MessageHandler.Partial (Java(TM) EE 7 Specification APIs) (original) (raw)


public static interface MessageHandler.Partial
extends MessageHandler
This kind of handler is notified by the implementation as it becomes ready to deliver parts of a whole message.
For handling parts of text messages, the type T is String
For handling parts of binary messages, the allowable types for T are

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.