public interface LargeBodyEncoder
Modifier and Type | Method and Description |
---|---|
void |
close()
This method must not be called directly by ActiveMQ Artemis clients.
|
int |
encode(ByteBuffer bufferRead)
This method must not be called directly by ActiveMQ Artemis clients.
|
long |
getLargeBodySize()
This method must not be called directly by ActiveMQ Artemis clients.
|
void |
open()
This method must not be called directly by ActiveMQ Artemis clients.
|
void open() throws ActiveMQException
ActiveMQException
void close() throws ActiveMQException
ActiveMQException
int encode(ByteBuffer bufferRead) throws ActiveMQException
ActiveMQException
long getLargeBodySize() throws ActiveMQException
ActiveMQException
Copyright © 2019 JBoss by Red Hat. All rights reserved.