public interface Command
Modifier and Type | Method and Description |
---|---|
byte[] |
getContentBody()
Retrieves the body byte array that travelled as part of this
Command, if any.
|
ContentHeader |
getContentHeader()
Retrieves the ContentHeader subclass instance held as part of this Command, if any.
|
Method |
getMethod()
Retrieves the
Method held within this Command. |
Method getMethod()
Method
held within this Command. Downcast to
concrete (implementation-specific!) subclasses as necessary.ContentHeader getContentHeader()
AMQP.BasicProperties
, as appropriate.ContentHeader
, or null if nonebyte[] getContentBody()
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.