public interface BodyEncoder
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This method must not be called directly by ActiveMQ Artemis clients.
|
int |
encode(org.apache.activemq.artemis.api.core.ActiveMQBuffer bufferOut,
int size)
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 org.apache.activemq.artemis.api.core.ActiveMQException
org.apache.activemq.artemis.api.core.ActiveMQExceptionvoid close()
throws org.apache.activemq.artemis.api.core.ActiveMQException
org.apache.activemq.artemis.api.core.ActiveMQExceptionint encode(ByteBuffer bufferRead) throws org.apache.activemq.artemis.api.core.ActiveMQException
org.apache.activemq.artemis.api.core.ActiveMQExceptionint encode(org.apache.activemq.artemis.api.core.ActiveMQBuffer bufferOut,
int size)
throws org.apache.activemq.artemis.api.core.ActiveMQException
org.apache.activemq.artemis.api.core.ActiveMQExceptionlong getLargeBodySize()
Copyright © 2023 The Apache Software Foundation. All rights reserved.